Html Css Color HEX #8612C0 Dark Violet

📋 copy color: '#8612C0'

red 134 ◦ green 18 ◦ blue 192

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

Shades of Dark Violet #8612C0

Tints of Dark Violet #8612C0

RGB

 RED value IS 134 (52.73% from 255) = 38.95%

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

 BLUE value IS 192 (75.39% from 255) = 55.81%

R = 38.95%
G = 5.23%
B = 55.81%

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

#8612C0 (or 0x8612C0) is known color: Dark Violet. HEX triplet: 86, 12 and C0. RGB value is (134,18,192). Sum of RGB (Red+Green+Blue) = 134+18+192=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #8612C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8612C0 is #79ED3F. Grayscale: #474747. Windows color (decimal): -7990592 or 12587654. OLE color: 12587654.

HSL color Cylindrical-coordinate representation of color #8612C0: hue angle of 280º 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 #8612C0 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 18 192 -
CMYK 0.30 0.91 0 0.25
HSL 280º 0.83% 0.41% -
HSV(B) 280º 0.91% 0.75% -
XYZ 19.56 9.31 50.63 -
YUV 72.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 134 18 192 0.30 0.91 0 0.25 280 0.83 0.41
Hex 86 12 C0 1E 5B 0 19 118 53 29
Octal 206 22 300 36 133 0 31 430 123 51
Binary 10000110 10010 11000000 11110 1011011 0 11001 100011000 1010011 101001

Color Harmonies of #8612C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8612C0

Black with #8612C0

Text Example


Text Example

White with #8612C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8612C0; }

 p { color: rgb(134,18,192); }

 H1.HeaderClassName
 {
   color: #8612C0;
 }
 .AnyTagClassName
 {
   color: #8612C0;
 }
</style>

background-color css

<style>
 a { background-color: #8612C0; }

 a { background-color: rgb(134,18,192); }

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

border-color css

<style>
 span { border-color: #8612C0; }

 span { border-color: rgb(134,18,192); }

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