Html Css Color HEX #9F40C0 Dark Orchid

📋 copy color: '#9F40C0'

red 159 ◦ green 64 ◦ blue 192

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

Shades of Dark Orchid #9F40C0

Tints of Dark Orchid #9F40C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 38.31%
G = 15.42%
B = 46.27%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F40C0 (or 0x9F40C0) is known color: Dark Orchid. HEX triplet: 9F, 40 and C0. RGB value is (159,64,192). Sum of RGB (Red+Green+Blue) = 159+64+192=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F40C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40C0 is #60BF3F. Grayscale: #6A6A6A. Windows color (decimal): -6340416 or 12599455. OLE color: 12599455.

HSL color Cylindrical-coordinate representation of color #9F40C0: hue angle of 284.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F40C0 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 64 192 -
CMYK 0.17 0.67 0 0.25
HSL 284.53º 0.5% 0.5% -
HSV(B) 284.53º 0.67% 0.75% -
XYZ 25.65 14.84 51.38 -
YUV 107 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 159 64 192 0.17 0.67 0 0.25 284.53 0.5 0.5
Hex 9F 40 C0 11 43 0 19 11D 32 32
Octal 237 100 300 21 103 0 31 435 62 62
Binary 10011111 1000000 11000000 10001 1000011 0 11001 100011101 110010 110010

Color Harmonies of #9F40C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F40C0

Black with #9F40C0

Text Example


Text Example

White with #9F40C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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