Html Css Color HEX #8712CB Dark Violet

📋 copy color: '#8712CB'

red 135 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #8712CB

Tints of Dark Violet #8712CB

RGB

 RED value IS 135 (53.13% from 255) = 37.92%

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

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

R = 37.92%
G = 5.06%
B = 57.02%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8712CB (or 0x8712CB) is known color: Dark Violet. HEX triplet: 87, 12 and CB. RGB value is (135,18,203). Sum of RGB (Red+Green+Blue) = 135+18+203=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #8712CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712CB is #78ED34. Grayscale: #494949. Windows color (decimal): -7925045 or 13308551. OLE color: 13308551.

HSL color Cylindrical-coordinate representation of color #8712CB: hue angle of 277.95º 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 #8712CB is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 18 203 -
CMYK 0.33 0.91 0 0.20
HSL 277.95º 0.84% 0.43% -
HSV(B) 277.95º 0.91% 0.8% -
XYZ 20.99 9.9 57.3 -
YUV 74.07 200.76 171.46 -
System Red Green Blue C M Y K H S L
Decimal 135 18 203 0.33 0.91 0 0.20 277.95 0.84 0.43
Hex 87 12 CB 21 5B 0 14 116 54 2B
Octal 207 22 313 41 133 0 24 426 124 53
Binary 10000111 10010 11001011 100001 1011011 0 10100 100010110 1010100 101011

Color Harmonies of #8712CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8712CB

Black with #8712CB

Text Example


Text Example

White with #8712CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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