Html Css Color HEX #8612DD Blue Violet

📋 copy color: '#8612DD'

red 134 ◦ green 18 ◦ blue 221

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

Shades of Blue Violet #8612DD

Tints of Blue Violet #8612DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 35.92%
G = 4.83%
B = 59.25%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8612DD (or 0x8612DD) is known color: Blue Violet. HEX triplet: 86, 12 and DD. RGB value is (134,18,221). Sum of RGB (Red+Green+Blue) = 134+18+221=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #8612DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8612DD is #79ED22. Grayscale: #4B4B4B. Windows color (decimal): -7990563 or 14488198. OLE color: 14488198.

HSL color Cylindrical-coordinate representation of color #8612DD: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8612DD is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 18 221 -
CMYK 0.39 0.92 0 0.13
HSL 274.29º 0.85% 0.47% -
HSV(B) 274.29º 0.92% 0.87% -
XYZ 23.1 10.72 69.26 -
YUV 75.83 209.93 169.49 -
System Red Green Blue C M Y K H S L
Decimal 134 18 221 0.39 0.92 0 0.13 274.29 0.85 0.47
Hex 86 12 DD 27 5C 0 D 112 55 2F
Octal 206 22 335 47 134 0 15 422 125 57
Binary 10000110 10010 11011101 100111 1011100 0 1101 100010010 1010101 101111

Color Harmonies of #8612DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8612DD

Black with #8612DD

Text Example


Text Example

White with #8612DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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