Html Css Color HEX #9F40BE Dark Orchid

📋 copy color: '#9F40BE'

red 159 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #9F40BE

Tints of Dark Orchid #9F40BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 38.5%
G = 15.5%
B = 46%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F40BE (or 0x9F40BE) is known color: Dark Orchid. HEX triplet: 9F, 40 and BE. RGB value is (159,64,190). Sum of RGB (Red+Green+Blue) = 159+64+190=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40BE is #60BF41. Grayscale: #6A6A6A. Windows color (decimal): -6340418 or 12468383. OLE color: 12468383.

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

Color convert

RGB 159 64 190 -
CMYK 0.16 0.66 0 0.25
HSL 285.24º 0.5% 0.5% -
HSV(B) 285.24º 0.66% 0.75% -
XYZ 25.43 14.76 50.22 -
YUV 106.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 159 64 190 0.16 0.66 0 0.25 285.24 0.5 0.5
Hex 9F 40 BE 10 42 0 19 11D 32 32
Octal 237 100 276 20 102 0 31 435 62 62
Binary 10011111 1000000 10111110 10000 1000010 0 11001 100011101 110010 110010

Color Harmonies of #9F40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F40BE

Black with #9F40BE

Text Example


Text Example

White with #9F40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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