Html Css Color HEX #9A1AAC Dark Orchid

📋 copy color: '#9A1AAC'

red 154 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #9A1AAC

Tints of Dark Orchid #9A1AAC

RGB

 RED value IS 154 (60.55% from 255) = 43.75%

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 43.75%
G = 7.39%
B = 48.86%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A1AAC (or 0x9A1AAC) is known color: Dark Orchid. HEX triplet: 9A, 1A and AC. RGB value is (154,26,172). Sum of RGB (Red+Green+Blue) = 154+26+172=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1AAC is #65E553. Grayscale: #505050. Windows color (decimal): -6677844 or 11279002. OLE color: 11279002.

HSL color Cylindrical-coordinate representation of color #9A1AAC: hue angle of 292.6º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1AAC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 26 172 -
CMYK 0.10 0.85 0 0.33
HSL 292.6º 0.74% 0.39% -
HSV(B) 292.6º 0.85% 0.67% -
XYZ 21.14 10.59 39.96 -
YUV 80.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 154 26 172 0.10 0.85 0 0.33 292.6 0.74 0.39
Hex 9A 1A AC A 55 0 21 125 4A 27
Octal 232 32 254 12 125 0 41 445 112 47
Binary 10011010 11010 10101100 1010 1010101 0 100001 100100101 1001010 100111

Color Harmonies of #9A1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1AAC

Black with #9A1AAC

Text Example


Text Example

White with #9A1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A1AAC; }

 p { color: rgb(154,26,172); }

 H1.HeaderClassName
 {
   color: #9A1AAC;
 }
 .AnyTagClassName
 {
   color: #9A1AAC;
 }
</style>

background-color css

<style>
 a { background-color: #9A1AAC; }

 a { background-color: rgb(154,26,172); }

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

border-color css

<style>
 span { border-color: #9A1AAC; }

 span { border-color: rgb(154,26,172); }

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