Html Css Color HEX #9F2BAA Dark Orchid

📋 copy color: '#9F2BAA'

red 159 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #9F2BAA

Tints of Dark Orchid #9F2BAA

RGB

 RED value IS 159 (62.5% from 255) = 42.74%

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

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

R = 42.74%
G = 11.56%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F2BAA (or 0x9F2BAA) is known color: Dark Orchid. HEX triplet: 9F, 2B and AA. RGB value is (159,43,170). Sum of RGB (Red+Green+Blue) = 159+43+170=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2BAA is #60D455. Grayscale: #5B5B5B. Windows color (decimal): -6345814 or 11152287. OLE color: 11152287.

HSL color Cylindrical-coordinate representation of color #9F2BAA: hue angle of 294.8º 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 #9F2BAA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 43 170 -
CMYK 0.06 0.75 0 0.33
HSL 294.8º 0.6% 0.42% -
HSV(B) 294.8º 0.75% 0.67% -
XYZ 22.42 12 39.17 -
YUV 92.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 159 43 170 0.06 0.75 0 0.33 294.8 0.6 0.42
Hex 9F 2B AA 6 4B 0 21 127 3C 2A
Octal 237 53 252 6 113 0 41 447 74 52
Binary 10011111 101011 10101010 110 1001011 0 100001 100100111 111100 101010

Color Harmonies of #9F2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2BAA

Black with #9F2BAA

Text Example


Text Example

White with #9F2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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