Html Css Color HEX #8608DA Dark Violet

📋 copy color: '#8608DA'

red 134 ◦ green 8 ◦ blue 218

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

Shades of Dark Violet #8608DA

Tints of Dark Violet #8608DA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 37.22%
G = 2.22%
B = 60.56%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8608DA (or 0x8608DA) is known color: Dark Violet. HEX triplet: 86, 08 and DA. RGB value is (134,8,218). Sum of RGB (Red+Green+Blue) = 134+8+218=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #8608DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8608DA is #79F725. Grayscale: #444444. Windows color (decimal): -7993126 or 14289030. OLE color: 14289030.

HSL color Cylindrical-coordinate representation of color #8608DA: hue angle of 276º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8608DA is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 8 218 -
CMYK 0.39 0.96 0 0.15
HSL 276º 0.93% 0.44% -
HSV(B) 276º 0.96% 0.85% -
XYZ 22.57 10.3 67.13 -
YUV 69.61 211.74 173.92 -
System Red Green Blue C M Y K H S L
Decimal 134 8 218 0.39 0.96 0 0.15 276 0.93 0.44
Hex 86 8 DA 27 60 0 F 114 5D 2C
Octal 206 10 332 47 140 0 17 424 135 54
Binary 10000110 1000 11011010 100111 1100000 0 1111 100010100 1011101 101100

Color Harmonies of #8608DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8608DA

Black with #8608DA

Text Example


Text Example

White with #8608DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8608DA; }

 p { color: rgb(134,8,218); }

 H1.HeaderClassName
 {
   color: #8608DA;
 }
 .AnyTagClassName
 {
   color: #8608DA;
 }
</style>

background-color css

<style>
 a { background-color: #8608DA; }

 a { background-color: rgb(134,8,218); }

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

border-color css

<style>
 span { border-color: #8608DA; }

 span { border-color: rgb(134,8,218); }

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