Html Css Color HEX #9A2BAA Dark Orchid

📋 copy color: '#9A2BAA'

red 154 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #9A2BAA

Tints of Dark Orchid #9A2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.72%

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

R = 41.96%
G = 11.72%
B = 46.32%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A2BAA (or 0x9A2BAA) is known color: Dark Orchid. HEX triplet: 9A, 2B and AA. RGB value is (154,43,170). Sum of RGB (Red+Green+Blue) = 154+43+170=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2BAA is #65D455. Grayscale: #5A5A5A. Windows color (decimal): -6673494 or 11152282. OLE color: 11152282.

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

Color convert

RGB 154 43 170 -
CMYK 0.09 0.75 0 0.33
HSL 292.44º 0.6% 0.42% -
HSV(B) 292.44º 0.75% 0.67% -
XYZ 21.45 11.5 39.12 -
YUV 90.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 154 43 170 0.09 0.75 0 0.33 292.44 0.6 0.42
Hex 9A 2B AA 9 4B 0 21 124 3C 2A
Octal 232 53 252 11 113 0 41 444 74 52
Binary 10011010 101011 10101010 1001 1001011 0 100001 100100100 111100 101010

Color Harmonies of #9A2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2BAA

Black with #9A2BAA

Text Example


Text Example

White with #9A2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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