Html Css Color HEX #9F32AB Dark Orchid

📋 copy color: '#9F32AB'

red 159 ◦ green 50 ◦ blue 171

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

Shades of Dark Orchid #9F32AB

Tints of Dark Orchid #9F32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.16%

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

R = 41.84%
G = 13.16%
B = 45%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F32AB (or 0x9F32AB) is known color: Dark Orchid. HEX triplet: 9F, 32 and AB. RGB value is (159,50,171). Sum of RGB (Red+Green+Blue) = 159+50+171=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F32AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F32AB is #60CD54. Grayscale: #606060. Windows color (decimal): -6344021 or 11219615. OLE color: 11219615.

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

Color convert

RGB 159 50 171 -
CMYK 0.07 0.71 0 0.33
HSL 294.05º 0.55% 0.43% -
HSV(B) 294.05º 0.71% 0.67% -
XYZ 22.79 12.59 39.76 -
YUV 96.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 159 50 171 0.07 0.71 0 0.33 294.05 0.55 0.43
Hex 9F 32 AB 7 47 0 21 126 37 2B
Octal 237 62 253 7 107 0 41 446 67 53
Binary 10011111 110010 10101011 111 1000111 0 100001 100100110 110111 101011

Color Harmonies of #9F32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F32AB

Black with #9F32AB

Text Example


Text Example

White with #9F32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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