Html Css Color HEX #8A06DF Dark Violet

📋 copy color: '#8A06DF'

red 138 ◦ green 6 ◦ blue 223

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

Shades of Dark Violet #8A06DF

Tints of Dark Violet #8A06DF

RGB

 RED value IS 138 (54.3% from 255) = 37.6%

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 37.6%
G = 1.63%
B = 60.76%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A06DF (or 0x8A06DF) is known color: Dark Violet. HEX triplet: 8A, 06 and DF. RGB value is (138,6,223). Sum of RGB (Red+Green+Blue) = 138+6+223=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A06DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A06DF is #75F920. Grayscale: #454545. Windows color (decimal): -7731489 or 14616202. OLE color: 14616202.

HSL color Cylindrical-coordinate representation of color #8A06DF: hue angle of 276.5º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A06DF is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 6 223 -
CMYK 0.38 0.97 0 0.13
HSL 276.5º 0.95% 0.45% -
HSV(B) 276.5º 0.97% 0.87% -
XYZ 23.87 10.86 70.65 -
YUV 70.21 214.23 176.36 -
System Red Green Blue C M Y K H S L
Decimal 138 6 223 0.38 0.97 0 0.13 276.5 0.95 0.45
Hex 8A 6 DF 26 61 0 D 114 5F 2D
Octal 212 6 337 46 141 0 15 424 137 55
Binary 10001010 110 11011111 100110 1100001 0 1101 100010100 1011111 101101

Color Harmonies of #8A06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A06DF

Black with #8A06DF

Text Example


Text Example

White with #8A06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A06DF; }

 p { color: rgb(138,6,223); }

 H1.HeaderClassName
 {
   color: #8A06DF;
 }
 .AnyTagClassName
 {
   color: #8A06DF;
 }
</style>

background-color css

<style>
 a { background-color: #8A06DF; }

 a { background-color: rgb(138,6,223); }

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

border-color css

<style>
 span { border-color: #8A06DF; }

 span { border-color: rgb(138,6,223); }

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