Html Css Color HEX #8337CB Dark Orchid

📋 copy color: '#8337CB'

red 131 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #8337CB

Tints of Dark Orchid #8337CB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.14%

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

R = 33.68%
G = 14.14%
B = 52.19%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8337CB (or 0x8337CB) is known color: Dark Orchid. HEX triplet: 83, 37 and CB. RGB value is (131,55,203). Sum of RGB (Red+Green+Blue) = 131+55+203=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #8337CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337CB is #7CC834. Grayscale: #5E5E5E. Windows color (decimal): -8177717 or 13318019. OLE color: 13318019.

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

Color convert

RGB 131 55 203 -
CMYK 0.35 0.73 0 0.20
HSL 270.81º 0.59% 0.51% -
HSV(B) 270.81º 0.73% 0.8% -
XYZ 21.51 11.87 57.66 -
YUV 94.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 131 55 203 0.35 0.73 0 0.20 270.81 0.59 0.51
Hex 83 37 CB 23 49 0 14 10F 3B 33
Octal 203 67 313 43 111 0 24 417 73 63
Binary 10000011 110111 11001011 100011 1001001 0 10100 100001111 111011 110011

Color Harmonies of #8337CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8337CB

Black with #8337CB

Text Example


Text Example

White with #8337CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8337CB; }

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

 H1.HeaderClassName
 {
   color: #8337CB;
 }
 .AnyTagClassName
 {
   color: #8337CB;
 }
</style>

background-color css

<style>
 a { background-color: #8337CB; }

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

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

border-color css

<style>
 span { border-color: #8337CB; }

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

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