Html Css Color HEX #9940BD Dark Orchid

📋 copy color: '#9940BD'

red 153 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #9940BD

Tints of Dark Orchid #9940BD

RGB

 RED value IS 153 (60.16% from 255) = 37.68%

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 37.68%
G = 15.76%
B = 46.55%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9940BD (or 0x9940BD) is known color: Dark Orchid. HEX triplet: 99, 40 and BD. RGB value is (153,64,189). Sum of RGB (Red+Green+Blue) = 153+64+189=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #9940BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940BD is #66BF42. Grayscale: #686868. Windows color (decimal): -6733635 or 12402841. OLE color: 12402841.

HSL color Cylindrical-coordinate representation of color #9940BD: hue angle of 282.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9940BD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 64 189 -
CMYK 0.19 0.66 0 0.26
HSL 282.72º 0.49% 0.5% -
HSV(B) 282.72º 0.66% 0.74% -
XYZ 24.16 14.11 49.6 -
YUV 104.86 175.49 162.34 -
System Red Green Blue C M Y K H S L
Decimal 153 64 189 0.19 0.66 0 0.26 282.72 0.49 0.5
Hex 99 40 BD 13 42 0 1A 11B 31 32
Octal 231 100 275 23 102 0 32 433 61 62
Binary 10011001 1000000 10111101 10011 1000010 0 11010 100011011 110001 110010

Color Harmonies of #9940BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9940BD

Black with #9940BD

Text Example


Text Example

White with #9940BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9940BD; }

 p { color: rgb(153,64,189); }

 H1.HeaderClassName
 {
   color: #9940BD;
 }
 .AnyTagClassName
 {
   color: #9940BD;
 }
</style>

background-color css

<style>
 a { background-color: #9940BD; }

 a { background-color: rgb(153,64,189); }

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

border-color css

<style>
 span { border-color: #9940BD; }

 span { border-color: rgb(153,64,189); }

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