Html Css Color HEX #8A02DF Dark Violet

📋 copy color: '#8A02DF'

red 138 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #8A02DF

Tints of Dark Violet #8A02DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 38.02%
G = 0.55%
B = 61.43%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A02DF (or 0x8A02DF) is known color: Dark Violet. HEX triplet: 8A, 02 and DF. RGB value is (138,2,223). Sum of RGB (Red+Green+Blue) = 138+2+223=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A02DF is #75FD20. Grayscale: #434343. Windows color (decimal): -7732513 or 14615178. OLE color: 14615178.

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

Color convert

RGB 138 2 223 -
CMYK 0.38 0.99 0 0.13
HSL 276.92º 0.98% 0.44% -
HSV(B) 276.92º 0.99% 0.87% -
XYZ 23.82 10.77 70.64 -
YUV 67.86 215.56 178.03 -
System Red Green Blue C M Y K H S L
Decimal 138 2 223 0.38 0.99 0 0.13 276.92 0.98 0.44
Hex 8A 2 DF 26 63 0 D 115 62 2C
Octal 212 2 337 46 143 0 15 425 142 54
Binary 10001010 10 11011111 100110 1100011 0 1101 100010101 1100010 101100

Color Harmonies of #8A02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A02DF

Black with #8A02DF

Text Example


Text Example

White with #8A02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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