Html Css Color HEX #9F1DAE Dark Orchid

📋 copy color: '#9F1DAE'

red 159 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #9F1DAE

Tints of Dark Orchid #9F1DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.01%

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 43.92%
G = 8.01%
B = 48.07%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F1DAE (or 0x9F1DAE) is known color: Dark Orchid. HEX triplet: 9F, 1D and AE. RGB value is (159,29,174). Sum of RGB (Red+Green+Blue) = 159+29+174=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F1DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1DAE is #60E251. Grayscale: #535353. Windows color (decimal): -6349394 or 11410847. OLE color: 11410847.

HSL color Cylindrical-coordinate representation of color #9F1DAE: hue angle of 293.79º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1DAE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 29 174 -
CMYK 0.09 0.83 0 0.32
HSL 293.79º 0.71% 0.4% -
HSV(B) 293.79º 0.83% 0.68% -
XYZ 22.38 11.31 41.05 -
YUV 84.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 159 29 174 0.09 0.83 0 0.32 293.79 0.71 0.4
Hex 9F 1D AE 9 53 0 20 126 47 28
Octal 237 35 256 11 123 0 40 446 107 50
Binary 10011111 11101 10101110 1001 1010011 0 100000 100100110 1000111 101000

Color Harmonies of #9F1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1DAE

Black with #9F1DAE

Text Example


Text Example

White with #9F1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,29,174); }

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

background-color css

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

 a { background-color: rgb(159,29,174); }

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

border-color css

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

 span { border-color: rgb(159,29,174); }

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