Html Css Color HEX #9F40CF Dark Orchid

📋 copy color: '#9F40CF'

red 159 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #9F40CF

Tints of Dark Orchid #9F40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.88%

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

R = 36.98%
G = 14.88%
B = 48.14%

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

#9F40CF (or 0x9F40CF) is known color: Dark Orchid. HEX triplet: 9F, 40 and CF. RGB value is (159,64,207). Sum of RGB (Red+Green+Blue) = 159+64+207=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40CF is #60BF30. Grayscale: #6C6C6C. Windows color (decimal): -6340401 or 13582495. OLE color: 13582495.

HSL color Cylindrical-coordinate representation of color #9F40CF: hue angle of 279.86º 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 #9F40CF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 64 207 -
CMYK 0.23 0.69 0 0.19
HSL 279.86º 0.6% 0.53% -
HSV(B) 279.86º 0.69% 0.81% -
XYZ 27.39 15.54 60.59 -
YUV 108.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 159 64 207 0.23 0.69 0 0.19 279.86 0.6 0.53
Hex 9F 40 CF 17 45 0 13 118 3C 35
Octal 237 100 317 27 105 0 23 430 74 65
Binary 10011111 1000000 11001111 10111 1000101 0 10011 100011000 111100 110101

Color Harmonies of #9F40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F40CF

Black with #9F40CF

Text Example


Text Example

White with #9F40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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