Html Css Color HEX #8512CF Dark Violet

📋 copy color: '#8512CF'

red 133 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #8512CF

Tints of Dark Violet #8512CF

RGB

 RED value IS 133 (52.34% from 255) = 37.15%

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

 BLUE value IS 207 (81.25% from 255) = 57.82%

R = 37.15%
G = 5.03%
B = 57.82%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8512CF (or 0x8512CF) is known color: Dark Violet. HEX triplet: 85, 12 and CF. RGB value is (133,18,207). Sum of RGB (Red+Green+Blue) = 133+18+207=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #8512CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512CF is #7AED30. Grayscale: #494949. Windows color (decimal): -8056113 or 13570693. OLE color: 13570693.

HSL color Cylindrical-coordinate representation of color #8512CF: hue angle of 276.51º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8512CF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 18 207 -
CMYK 0.36 0.91 0 0.19
HSL 276.51º 0.84% 0.44% -
HSV(B) 276.51º 0.91% 0.81% -
XYZ 21.15 9.92 59.83 -
YUV 73.93 203.1 170.13 -
System Red Green Blue C M Y K H S L
Decimal 133 18 207 0.36 0.91 0 0.19 276.51 0.84 0.44
Hex 85 12 CF 24 5B 0 13 115 54 2C
Octal 205 22 317 44 133 0 23 425 124 54
Binary 10000101 10010 11001111 100100 1011011 0 10011 100010101 1010100 101100

Color Harmonies of #8512CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8512CF

Black with #8512CF

Text Example


Text Example

White with #8512CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8512CF; }

 p { color: rgb(133,18,207); }

 H1.HeaderClassName
 {
   color: #8512CF;
 }
 .AnyTagClassName
 {
   color: #8512CF;
 }
</style>

background-color css

<style>
 a { background-color: #8512CF; }

 a { background-color: rgb(133,18,207); }

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

border-color css

<style>
 span { border-color: #8512CF; }

 span { border-color: rgb(133,18,207); }

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