Html Css Color HEX #833FCB Dark Orchid

📋 copy color: '#833FCB'

red 131 ◦ green 63 ◦ blue 203

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

Shades of Dark Orchid #833FCB

Tints of Dark Orchid #833FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 33%
G = 15.87%
B = 51.13%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#833FCB (or 0x833FCB) is known color: Dark Orchid. HEX triplet: 83, 3F and CB. RGB value is (131,63,203). Sum of RGB (Red+Green+Blue) = 131+63+203=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #833FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FCB is #7CC034. Grayscale: #626262. Windows color (decimal): -8175669 or 13320067. OLE color: 13320067.

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

Color convert

RGB 131 63 203 -
CMYK 0.35 0.69 0 0.20
HSL 269.14º 0.57% 0.52% -
HSV(B) 269.14º 0.69% 0.8% -
XYZ 21.92 12.69 57.79 -
YUV 99.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 131 63 203 0.35 0.69 0 0.20 269.14 0.57 0.52
Hex 83 3F CB 23 45 0 14 10D 39 34
Octal 203 77 313 43 105 0 24 415 71 64
Binary 10000011 111111 11001011 100011 1000101 0 10100 100001101 111001 110100

Color Harmonies of #833FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FCB

Black with #833FCB

Text Example


Text Example

White with #833FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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