Html Css Color HEX #833CBD Dark Orchid

📋 copy color: '#833CBD'

red 131 ◦ green 60 ◦ blue 189

#833CBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #833CBD

Tints of Dark Orchid #833CBD

RGB

 RED value IS 131 (51.56% from 255) = 34.47%

 GREEN value IS 60 (23.83% from 255) = 15.79%

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 34.47%
G = 15.79%
B = 49.74%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#833CBD (or 0x833CBD) is known color: Dark Orchid. HEX triplet: 83, 3C and BD. RGB value is (131,60,189). Sum of RGB (Red+Green+Blue) = 131+60+189=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #833CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CBD is #7CC342. Grayscale: #5F5F5F. Windows color (decimal): -8176451 or 12401795. OLE color: 12401795.

HSL color Cylindrical-coordinate representation of color #833CBD: hue angle of 273.02º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833CBD is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 60 189 -
CMYK 0.31 0.68 0 0.26
HSL 273.02º 0.52% 0.49% -
HSV(B) 273.02º 0.68% 0.74% -
XYZ 20.16 11.73 49.35 -
YUV 95.94 180.52 153.01 -
System Red Green Blue C M Y K H S L
Decimal 131 60 189 0.31 0.68 0 0.26 273.02 0.52 0.49
Hex 83 3C BD 1F 44 0 1A 111 34 31
Octal 203 74 275 37 104 0 32 421 64 61
Binary 10000011 111100 10111101 11111 1000100 0 11010 100010001 110100 110001

Color Harmonies of #833CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CBD

Black with #833CBD

Text Example


Text Example

White with #833CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833CBD; }

 p { color: rgb(131,60,189); }

 H1.HeaderClassName
 {
   color: #833CBD;
 }
 .AnyTagClassName
 {
   color: #833CBD;
 }
</style>

background-color css

<style>
 a { background-color: #833CBD; }

 a { background-color: rgb(131,60,189); }

 div.DivClassName
 {
   background-color: #833CBD;
 }
 .BgClassName
 {
   background-color: #833CBD;
 }
</style>

border-color css

<style>
 span { border-color: #833CBD; }

 span { border-color: rgb(131,60,189); }

 td.TdClassName
 {
   border-color: #833CBD;
 }
 .TagClassName
 {
   border-color: #833CBD;
 }
</style>