Html Css Color HEX #9F32AC Dark Orchid

📋 copy color: '#9F32AC'

red 159 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #9F32AC

Tints of Dark Orchid #9F32AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 41.73%
G = 13.12%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F32AC (or 0x9F32AC) is known color: Dark Orchid. HEX triplet: 9F, 32 and AC. RGB value is (159,50,172). Sum of RGB (Red+Green+Blue) = 159+50+172=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F32AC is #60CD53. Grayscale: #606060. Windows color (decimal): -6344020 or 11285151. OLE color: 11285151.

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

Color convert

RGB 159 50 172 -
CMYK 0.08 0.71 0 0.33
HSL 293.61º 0.55% 0.44% -
HSV(B) 293.61º 0.71% 0.67% -
XYZ 22.89 12.63 40.26 -
YUV 96.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 159 50 172 0.08 0.71 0 0.33 293.61 0.55 0.44
Hex 9F 32 AC 8 47 0 21 126 37 2C
Octal 237 62 254 10 107 0 41 446 67 54
Binary 10011111 110010 10101100 1000 1000111 0 100001 100100110 110111 101100

Color Harmonies of #9F32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F32AC

Black with #9F32AC

Text Example


Text Example

White with #9F32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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