Html Css Color HEX #9940CF Dark Orchid

📋 copy color: '#9940CF'

red 153 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #9940CF

Tints of Dark Orchid #9940CF

RGB

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

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

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

R = 36.08%
G = 15.09%
B = 48.82%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9940CF (or 0x9940CF) is known color: Dark Orchid. HEX triplet: 99, 40 and CF. RGB value is (153,64,207). Sum of RGB (Red+Green+Blue) = 153+64+207=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #9940CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940CF is #66BF30. Grayscale: #6A6A6A. Windows color (decimal): -6733617 or 13582489. OLE color: 13582489.

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

Color convert

RGB 153 64 207 -
CMYK 0.26 0.69 0 0.19
HSL 277.34º 0.6% 0.53% -
HSV(B) 277.34º 0.69% 0.81% -
XYZ 26.23 14.94 60.53 -
YUV 106.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 153 64 207 0.26 0.69 0 0.19 277.34 0.6 0.53
Hex 99 40 CF 1A 45 0 13 115 3C 35
Octal 231 100 317 32 105 0 23 425 74 65
Binary 10011001 1000000 11001111 11010 1000101 0 10011 100010101 111100 110101

Color Harmonies of #9940CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9940CF

Black with #9940CF

Text Example


Text Example

White with #9940CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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