Html Css Color HEX #8A1AAF Dark Orchid

📋 copy color: '#8A1AAF'

red 138 ◦ green 26 ◦ blue 175

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

Shades of Dark Orchid #8A1AAF

Tints of Dark Orchid #8A1AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.67%

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 40.71%
G = 7.67%
B = 51.62%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A1AAF (or 0x8A1AAF) is known color: Dark Orchid. HEX triplet: 8A, 1A and AF. RGB value is (138,26,175). Sum of RGB (Red+Green+Blue) = 138+26+175=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A1AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1AAF is #75E550. Grayscale: #4B4B4B. Windows color (decimal): -7726417 or 11475594. OLE color: 11475594.

HSL color Cylindrical-coordinate representation of color #8A1AAF: hue angle of 285.1º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1AAF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 26 175 -
CMYK 0.21 0.85 0 0.31
HSL 285.1º 0.74% 0.39% -
HSV(B) 285.1º 0.85% 0.69% -
XYZ 18.59 9.24 41.36 -
YUV 76.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 138 26 175 0.21 0.85 0 0.31 285.1 0.74 0.39
Hex 8A 1A AF 15 55 0 1F 11D 4A 27
Octal 212 32 257 25 125 0 37 435 112 47
Binary 10001010 11010 10101111 10101 1010101 0 11111 100011101 1001010 100111

Color Harmonies of #8A1AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1AAF

Black with #8A1AAF

Text Example


Text Example

White with #8A1AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,175); }

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

background-color css

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

 a { background-color: rgb(138,26,175); }

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

border-color css

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

 span { border-color: rgb(138,26,175); }

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