Html Css Color HEX #9F44CD Dark Orchid

📋 copy color: '#9F44CD'

red 159 ◦ green 68 ◦ blue 205

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

Shades of Dark Orchid #9F44CD

Tints of Dark Orchid #9F44CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.74%

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 36.81%
G = 15.74%
B = 47.45%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F44CD (or 0x9F44CD) is known color: Dark Orchid. HEX triplet: 9F, 44 and CD. RGB value is (159,68,205). Sum of RGB (Red+Green+Blue) = 159+68+205=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F44CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44CD is #60BB32. Grayscale: #6E6E6E. Windows color (decimal): -6339379 or 13452447. OLE color: 13452447.

HSL color Cylindrical-coordinate representation of color #9F44CD: hue angle of 279.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F44CD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 68 205 -
CMYK 0.22 0.67 0 0.20
HSL 279.85º 0.58% 0.54% -
HSV(B) 279.85º 0.67% 0.8% -
XYZ 27.38 15.91 59.39 -
YUV 110.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 159 68 205 0.22 0.67 0 0.20 279.85 0.58 0.54
Hex 9F 44 CD 16 43 0 14 118 3A 36
Octal 237 104 315 26 103 0 24 430 72 66
Binary 10011111 1000100 11001101 10110 1000011 0 10100 100011000 111010 110110

Color Harmonies of #9F44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F44CD

Black with #9F44CD

Text Example


Text Example

White with #9F44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,205); }

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

background-color css

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

 a { background-color: rgb(159,68,205); }

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

border-color css

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

 span { border-color: rgb(159,68,205); }

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