Html Css Color HEX #8512BF Dark Violet

📋 copy color: '#8512BF'

red 133 ◦ green 18 ◦ blue 191

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

Shades of Dark Violet #8512BF

Tints of Dark Violet #8512BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.85%

R = 38.89%
G = 5.26%
B = 55.85%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8512BF (or 0x8512BF) is known color: Dark Violet. HEX triplet: 85, 12 and BF. RGB value is (133,18,191). Sum of RGB (Red+Green+Blue) = 133+18+191=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #8512BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512BF is #7AED40. Grayscale: #474747. Windows color (decimal): -8056129 or 12522117. OLE color: 12522117.

HSL color Cylindrical-coordinate representation of color #8512BF: hue angle of 279.88º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8512BF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 18 191 -
CMYK 0.30 0.91 0 0.25
HSL 279.88º 0.83% 0.41% -
HSV(B) 279.88º 0.91% 0.75% -
XYZ 19.29 9.18 50.05 -
YUV 72.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 133 18 191 0.30 0.91 0 0.25 279.88 0.83 0.41
Hex 85 12 BF 1E 5B 0 19 118 53 29
Octal 205 22 277 36 133 0 31 430 123 51
Binary 10000101 10010 10111111 11110 1011011 0 11001 100011000 1010011 101001

Color Harmonies of #8512BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8512BF

Black with #8512BF

Text Example


Text Example

White with #8512BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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