Html Css Color HEX #9A2FAB Dark Orchid

📋 copy color: '#9A2FAB'

red 154 ◦ green 47 ◦ blue 171

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

Shades of Dark Orchid #9A2FAB

Tints of Dark Orchid #9A2FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 41.4%
G = 12.63%
B = 45.97%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A2FAB (or 0x9A2FAB) is known color: Dark Orchid. HEX triplet: 9A, 2F and AB. RGB value is (154,47,171). Sum of RGB (Red+Green+Blue) = 154+47+171=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2FAB is #65D054. Grayscale: #5C5C5C. Windows color (decimal): -6672469 or 11218842. OLE color: 11218842.

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

Color convert

RGB 154 47 171 -
CMYK 0.10 0.73 0 0.33
HSL 291.77º 0.57% 0.43% -
HSV(B) 291.77º 0.73% 0.67% -
XYZ 21.69 11.84 39.67 -
YUV 93.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 154 47 171 0.10 0.73 0 0.33 291.77 0.57 0.43
Hex 9A 2F AB A 49 0 21 124 39 2B
Octal 232 57 253 12 111 0 41 444 71 53
Binary 10011010 101111 10101011 1010 1001001 0 100001 100100100 111001 101011

Color Harmonies of #9A2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2FAB

Black with #9A2FAB

Text Example


Text Example

White with #9A2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,47,171); }

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

background-color css

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

 a { background-color: rgb(154,47,171); }

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

border-color css

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

 span { border-color: rgb(154,47,171); }

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