Html Css Color HEX #833BCB Dark Orchid

📋 copy color: '#833BCB'

red 131 ◦ green 59 ◦ blue 203

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

Shades of Dark Orchid #833BCB

Tints of Dark Orchid #833BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 33.33%
G = 15.01%
B = 51.65%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#833BCB (or 0x833BCB) is known color: Dark Orchid. HEX triplet: 83, 3B and CB. RGB value is (131,59,203). Sum of RGB (Red+Green+Blue) = 131+59+203=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #833BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BCB is #7CC434. Grayscale: #606060. Windows color (decimal): -8176693 or 13319043. OLE color: 13319043.

HSL color Cylindrical-coordinate representation of color #833BCB: hue angle of 270º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833BCB is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 59 203 -
CMYK 0.35 0.71 0 0.20
HSL 270º 0.58% 0.51% -
HSV(B) 270º 0.71% 0.8% -
XYZ 21.7 12.27 57.72 -
YUV 96.94 187.85 152.29 -
System Red Green Blue C M Y K H S L
Decimal 131 59 203 0.35 0.71 0 0.20 270 0.58 0.51
Hex 83 3B CB 23 47 0 14 10E 3A 33
Octal 203 73 313 43 107 0 24 416 72 63
Binary 10000011 111011 11001011 100011 1000111 0 10100 100001110 111010 110011

Color Harmonies of #833BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BCB

Black with #833BCB

Text Example


Text Example

White with #833BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,59,203); }

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

background-color css

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

 a { background-color: rgb(131,59,203); }

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

border-color css

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

 span { border-color: rgb(131,59,203); }

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