Html Css Color HEX #9F34AA Dark Orchid

📋 copy color: '#9F34AA'

red 159 ◦ green 52 ◦ blue 170

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

Shades of Dark Orchid #9F34AA

Tints of Dark Orchid #9F34AA

RGB

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

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

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

R = 41.73%
G = 13.65%
B = 44.62%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F34AA (or 0x9F34AA) is known color: Dark Orchid. HEX triplet: 9F, 34 and AA. RGB value is (159,52,170). Sum of RGB (Red+Green+Blue) = 159+52+170=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F34AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F34AA is #60CB55. Grayscale: #616161. Windows color (decimal): -6343510 or 11154591. OLE color: 11154591.

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

Color convert

RGB 159 52 170 -
CMYK 0.06 0.69 0 0.33
HSL 294.41º 0.53% 0.44% -
HSV(B) 294.41º 0.69% 0.67% -
XYZ 22.78 12.73 39.29 -
YUV 97.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 159 52 170 0.06 0.69 0 0.33 294.41 0.53 0.44
Hex 9F 34 AA 6 45 0 21 126 35 2C
Octal 237 64 252 6 105 0 41 446 65 54
Binary 10011111 110100 10101010 110 1000101 0 100001 100100110 110101 101100

Color Harmonies of #9F34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F34AA

Black with #9F34AA

Text Example


Text Example

White with #9F34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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