Html Css Color HEX #9F2BAB Dark Orchid

📋 copy color: '#9F2BAB'

red 159 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #9F2BAB

Tints of Dark Orchid #9F2BAB

RGB

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

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

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

R = 42.63%
G = 11.53%
B = 45.84%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F2BAB (or 0x9F2BAB) is known color: Dark Orchid. HEX triplet: 9F, 2B and AB. RGB value is (159,43,171). Sum of RGB (Red+Green+Blue) = 159+43+171=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2BAB is #60D454. Grayscale: #5B5B5B. Windows color (decimal): -6345813 or 11217823. OLE color: 11217823.

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

Color convert

RGB 159 43 171 -
CMYK 0.07 0.75 0 0.33
HSL 294.38º 0.6% 0.42% -
HSV(B) 294.38º 0.75% 0.67% -
XYZ 22.51 12.04 39.67 -
YUV 92.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 159 43 171 0.07 0.75 0 0.33 294.38 0.6 0.42
Hex 9F 2B AB 7 4B 0 21 126 3C 2A
Octal 237 53 253 7 113 0 41 446 74 52
Binary 10011111 101011 10101011 111 1001011 0 100001 100100110 111100 101010

Color Harmonies of #9F2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2BAB

Black with #9F2BAB

Text Example


Text Example

White with #9F2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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