Html Css Color HEX #9A1FAA Dark Orchid

📋 copy color: '#9A1FAA'

red 154 ◦ green 31 ◦ blue 170

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

Shades of Dark Orchid #9A1FAA

Tints of Dark Orchid #9A1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 43.38%
G = 8.73%
B = 47.89%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A1FAA (or 0x9A1FAA) is known color: Dark Orchid. HEX triplet: 9A, 1F and AA. RGB value is (154,31,170). Sum of RGB (Red+Green+Blue) = 154+31+170=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1FAA is #65E055. Grayscale: #535353. Windows color (decimal): -6676566 or 11149210. OLE color: 11149210.

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

Color convert

RGB 154 31 170 -
CMYK 0.09 0.82 0 0.33
HSL 293.09º 0.69% 0.39% -
HSV(B) 293.09º 0.82% 0.67% -
XYZ 21.07 10.75 38.99 -
YUV 83.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 154 31 170 0.09 0.82 0 0.33 293.09 0.69 0.39
Hex 9A 1F AA 9 52 0 21 125 45 27
Octal 232 37 252 11 122 0 41 445 105 47
Binary 10011010 11111 10101010 1001 1010010 0 100001 100100101 1000101 100111

Color Harmonies of #9A1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1FAA

Black with #9A1FAA

Text Example


Text Example

White with #9A1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,31,170); }

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

background-color css

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

 a { background-color: rgb(154,31,170); }

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

border-color css

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

 span { border-color: rgb(154,31,170); }

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