Html Css Color HEX #8B12CB Dark Violet

📋 copy color: '#8B12CB'

red 139 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #8B12CB

Tints of Dark Violet #8B12CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5%

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

R = 38.61%
G = 5%
B = 56.39%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B12CB (or 0x8B12CB) is known color: Dark Violet. HEX triplet: 8B, 12 and CB. RGB value is (139,18,203). Sum of RGB (Red+Green+Blue) = 139+18+203=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B12CB is #74ED34. Grayscale: #4A4A4A. Windows color (decimal): -7662901 or 13308555. OLE color: 13308555.

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

Color convert

RGB 139 18 203 -
CMYK 0.32 0.91 0 0.20
HSL 279.24º 0.84% 0.43% -
HSV(B) 279.24º 0.91% 0.8% -
XYZ 21.64 10.23 57.33 -
YUV 75.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 139 18 203 0.32 0.91 0 0.20 279.24 0.84 0.43
Hex 8B 12 CB 20 5B 0 14 117 54 2B
Octal 213 22 313 40 133 0 24 427 124 53
Binary 10001011 10010 11001011 100000 1011011 0 10100 100010111 1010100 101011

Color Harmonies of #8B12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B12CB

Black with #8B12CB

Text Example


Text Example

White with #8B12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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