Html Css Color HEX #9F40CD Dark Orchid

📋 copy color: '#9F40CD'

red 159 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #9F40CD

Tints of Dark Orchid #9F40CD

RGB

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

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

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

R = 37.15%
G = 14.95%
B = 47.9%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F40CD (or 0x9F40CD) is known color: Dark Orchid. HEX triplet: 9F, 40 and CD. RGB value is (159,64,205). Sum of RGB (Red+Green+Blue) = 159+64+205=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40CD is #60BF32. Grayscale: #6C6C6C. Windows color (decimal): -6340403 or 13451423. OLE color: 13451423.

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

Color convert

RGB 159 64 205 -
CMYK 0.22 0.69 0 0.20
HSL 280.43º 0.59% 0.53% -
HSV(B) 280.43º 0.69% 0.8% -
XYZ 27.15 15.45 59.31 -
YUV 108.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 159 64 205 0.22 0.69 0 0.20 280.43 0.59 0.53
Hex 9F 40 CD 16 45 0 14 118 3B 35
Octal 237 100 315 26 105 0 24 430 73 65
Binary 10011111 1000000 11001101 10110 1000101 0 10100 100011000 111011 110101

Color Harmonies of #9F40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F40CD

Black with #9F40CD

Text Example


Text Example

White with #9F40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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