Html Css Color HEX #9F41CF Dark Orchid

📋 copy color: '#9F41CF'

red 159 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #9F41CF

Tints of Dark Orchid #9F41CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.08%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 36.89%
G = 15.08%
B = 48.03%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F41CF (or 0x9F41CF) is known color: Dark Orchid. HEX triplet: 9F, 41 and CF. RGB value is (159,65,207). Sum of RGB (Red+Green+Blue) = 159+65+207=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F41CF is #60BE30. Grayscale: #6C6C6C. Windows color (decimal): -6340145 or 13582751. OLE color: 13582751.

HSL color Cylindrical-coordinate representation of color #9F41CF: hue angle of 279.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F41CF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 65 207 -
CMYK 0.23 0.69 0 0.19
HSL 279.72º 0.6% 0.53% -
HSV(B) 279.72º 0.69% 0.81% -
XYZ 27.45 15.66 60.61 -
YUV 109.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 159 65 207 0.23 0.69 0 0.19 279.72 0.6 0.53
Hex 9F 41 CF 17 45 0 13 118 3C 35
Octal 237 101 317 27 105 0 23 430 74 65
Binary 10011111 1000001 11001111 10111 1000101 0 10011 100011000 111100 110101

Color Harmonies of #9F41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F41CF

Black with #9F41CF

Text Example


Text Example

White with #9F41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,65,207); }

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

background-color css

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

 a { background-color: rgb(159,65,207); }

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

border-color css

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

 span { border-color: rgb(159,65,207); }

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