Html Css Color HEX #8A0FD2 Dark Violet

📋 copy color: '#8A0FD2'

red 138 ◦ green 15 ◦ blue 210

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

Shades of Dark Violet #8A0FD2

Tints of Dark Violet #8A0FD2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 210 (82.42% from 255) = 57.85%

R = 38.02%
G = 4.13%
B = 57.85%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8A0FD2 (or 0x8A0FD2) is known color: Dark Violet. HEX triplet: 8A, 0F and D2. RGB value is (138,15,210). Sum of RGB (Red+Green+Blue) = 138+15+210=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 210 (82.42% from 255 or 57.85% from 363); Max value from RGB is 210 - color contains mainly: blue. Hex color #8A0FD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0FD2 is #75F02D. Grayscale: #494949. Windows color (decimal): -7729198 or 13766538. OLE color: 13766538.

HSL color Cylindrical-coordinate representation of color #8A0FD2: hue angle of 277.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0FD2 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 15 210 -
CMYK 0.34 0.93 0 0.18
HSL 277.85º 0.87% 0.44% -
HSV(B) 277.85º 0.93% 0.82% -
XYZ 22.28 10.4 61.81 -
YUV 74.01 204.75 173.64 -
System Red Green Blue C M Y K H S L
Decimal 138 15 210 0.34 0.93 0 0.18 277.85 0.87 0.44
Hex 8A F D2 22 5D 0 12 116 57 2C
Octal 212 17 322 42 135 0 22 426 127 54
Binary 10001010 1111 11010010 100010 1011101 0 10010 100010110 1010111 101100

Color Harmonies of #8A0FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0FD2

Black with #8A0FD2

Text Example


Text Example

White with #8A0FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,15,210); }

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

background-color css

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

 a { background-color: rgb(138,15,210); }

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

border-color css

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

 span { border-color: rgb(138,15,210); }

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