Html Css Color HEX #8A0ADF Dark Violet

📋 copy color: '#8A0ADF'

red 138 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #8A0ADF

Tints of Dark Violet #8A0ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

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

R = 37.2%
G = 2.7%
B = 60.11%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A0ADF (or 0x8A0ADF) is known color: Dark Violet. HEX triplet: 8A, 0A and DF. RGB value is (138,10,223). Sum of RGB (Red+Green+Blue) = 138+10+223=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ADF is #75F520. Grayscale: #474747. Windows color (decimal): -7730465 or 14617226. OLE color: 14617226.

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

Color convert

RGB 138 10 223 -
CMYK 0.38 0.96 0 0.13
HSL 276.06º 0.91% 0.46% -
HSV(B) 276.06º 0.96% 0.87% -
XYZ 23.91 10.95 70.67 -
YUV 72.55 212.91 174.68 -
System Red Green Blue C M Y K H S L
Decimal 138 10 223 0.38 0.96 0 0.13 276.06 0.91 0.46
Hex 8A A DF 26 60 0 D 114 5B 2E
Octal 212 12 337 46 140 0 15 424 133 56
Binary 10001010 1010 11011111 100110 1100000 0 1101 100010100 1011011 101110

Color Harmonies of #8A0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0ADF

Black with #8A0ADF

Text Example


Text Example

White with #8A0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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