Html Css Color HEX #9F33AA Dark Orchid

📋 copy color: '#9F33AA'

red 159 ◦ green 51 ◦ blue 170

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

Shades of Dark Orchid #9F33AA

Tints of Dark Orchid #9F33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.42%

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

R = 41.84%
G = 13.42%
B = 44.74%

CMYK

 C value IS 0.06

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F33AA (or 0x9F33AA) is known color: Dark Orchid. HEX triplet: 9F, 33 and AA. RGB value is (159,51,170). Sum of RGB (Red+Green+Blue) = 159+51+170=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F33AA is #60CC55. Grayscale: #606060. Windows color (decimal): -6343766 or 11154335. OLE color: 11154335.

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

Color convert

RGB 159 51 170 -
CMYK 0.06 0.7 0 0.33
HSL 294.45º 0.54% 0.43% -
HSV(B) 294.45º 0.7% 0.67% -
XYZ 22.74 12.64 39.27 -
YUV 96.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 159 51 170 0.06 0.7 0 0.33 294.45 0.54 0.43
Hex 9F 33 AA 6 46 0 21 126 36 2B
Octal 237 63 252 6 106 0 41 446 66 53
Binary 10011111 110011 10101010 110 1000110 0 100001 100100110 110110 101011

Color Harmonies of #9F33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F33AA

Black with #9F33AA

Text Example


Text Example

White with #9F33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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