Html Css Color HEX #8A05DF Dark Violet

📋 copy color: '#8A05DF'

red 138 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #8A05DF

Tints of Dark Violet #8A05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

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

R = 37.7%
G = 1.37%
B = 60.93%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A05DF (or 0x8A05DF) is known color: Dark Violet. HEX triplet: 8A, 05 and DF. RGB value is (138,5,223). Sum of RGB (Red+Green+Blue) = 138+5+223=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A05DF is #75FA20. Grayscale: #444444. Windows color (decimal): -7731745 or 14615946. OLE color: 14615946.

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

Color convert

RGB 138 5 223 -
CMYK 0.38 0.98 0 0.13
HSL 276.61º 0.96% 0.45% -
HSV(B) 276.61º 0.98% 0.87% -
XYZ 23.85 10.84 70.65 -
YUV 69.62 214.56 176.77 -
System Red Green Blue C M Y K H S L
Decimal 138 5 223 0.38 0.98 0 0.13 276.61 0.96 0.45
Hex 8A 5 DF 26 62 0 D 115 60 2D
Octal 212 5 337 46 142 0 15 425 140 55
Binary 10001010 101 11011111 100110 1100010 0 1101 100010101 1100000 101101

Color Harmonies of #8A05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A05DF

Black with #8A05DF

Text Example


Text Example

White with #8A05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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