Html Css Color HEX #9F34AC Dark Orchid

📋 copy color: '#9F34AC'

red 159 ◦ green 52 ◦ blue 172

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

Shades of Dark Orchid #9F34AC

Tints of Dark Orchid #9F34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.58%

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

R = 41.51%
G = 13.58%
B = 44.91%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F34AC (or 0x9F34AC) is known color: Dark Orchid. HEX triplet: 9F, 34 and AC. RGB value is (159,52,172). Sum of RGB (Red+Green+Blue) = 159+52+172=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F34AC is #60CB53. Grayscale: #616161. Windows color (decimal): -6343508 or 11285663. OLE color: 11285663.

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

Color convert

RGB 159 52 172 -
CMYK 0.08 0.70 0 0.33
HSL 293.5º 0.54% 0.44% -
HSV(B) 293.5º 0.7% 0.67% -
XYZ 22.97 12.81 40.29 -
YUV 97.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 159 52 172 0.08 0.70 0 0.33 293.5 0.54 0.44
Hex 9F 34 AC 8 46 0 21 126 36 2C
Octal 237 64 254 10 106 0 41 446 66 54
Binary 10011111 110100 10101100 1000 1000110 0 100001 100100110 110110 101100

Color Harmonies of #9F34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F34AC

Black with #9F34AC

Text Example


Text Example

White with #9F34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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