Html Css Color HEX #8B04CB Dark Violet

📋 copy color: '#8B04CB'

red 139 ◦ green 4 ◦ blue 203

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

Shades of Dark Violet #8B04CB

Tints of Dark Violet #8B04CB

RGB

 RED value IS 139 (54.69% from 255) = 40.17%

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 40.17%
G = 1.16%
B = 58.67%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B04CB (or 0x8B04CB) is known color: Dark Violet. HEX triplet: 8B, 04 and CB. RGB value is (139,4,203). Sum of RGB (Red+Green+Blue) = 139+4+203=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B04CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B04CB is #74FB34. Grayscale: #424242. Windows color (decimal): -7666485 or 13304971. OLE color: 13304971.

HSL color Cylindrical-coordinate representation of color #8B04CB: hue angle of 280.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B04CB is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 4 203 -
CMYK 0.32 0.98 0 0.20
HSL 280.7º 0.96% 0.41% -
HSV(B) 280.7º 0.98% 0.8% -
XYZ 21.47 9.89 57.28 -
YUV 67.05 204.73 179.32 -
System Red Green Blue C M Y K H S L
Decimal 139 4 203 0.32 0.98 0 0.20 280.7 0.96 0.41
Hex 8B 4 CB 20 62 0 14 119 60 29
Octal 213 4 313 40 142 0 24 431 140 51
Binary 10001011 100 11001011 100000 1100010 0 10100 100011001 1100000 101001

Color Harmonies of #8B04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B04CB

Black with #8B04CB

Text Example


Text Example

White with #8B04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B04CB; }

 p { color: rgb(139,4,203); }

 H1.HeaderClassName
 {
   color: #8B04CB;
 }
 .AnyTagClassName
 {
   color: #8B04CB;
 }
</style>

background-color css

<style>
 a { background-color: #8B04CB; }

 a { background-color: rgb(139,4,203); }

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

border-color css

<style>
 span { border-color: #8B04CB; }

 span { border-color: rgb(139,4,203); }

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