Html Css Color HEX #9040CD Dark Orchid

📋 copy color: '#9040CD'

red 144 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #9040CD

Tints of Dark Orchid #9040CD

RGB

 RED value IS 144 (56.64% from 255) = 34.87%

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

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

R = 34.87%
G = 15.5%
B = 49.64%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9040CD (or 0x9040CD) is known color: Dark Orchid. HEX triplet: 90, 40 and CD. RGB value is (144,64,205). Sum of RGB (Red+Green+Blue) = 144+64+205=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #9040CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040CD is #6FBF32. Grayscale: #676767. Windows color (decimal): -7323443 or 13451408. OLE color: 13451408.

HSL color Cylindrical-coordinate representation of color #9040CD: hue angle of 274.04º 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 #9040CD is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 64 205 -
CMYK 0.30 0.69 0 0.20
HSL 274.04º 0.59% 0.53% -
HSV(B) 274.04º 0.69% 0.8% -
XYZ 24.35 14 59.18 -
YUV 103.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 144 64 205 0.30 0.69 0 0.20 274.04 0.59 0.53
Hex 90 40 CD 1E 45 0 14 112 3B 35
Octal 220 100 315 36 105 0 24 422 73 65
Binary 10010000 1000000 11001101 11110 1000101 0 10100 100010010 111011 110101

Color Harmonies of #9040CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040CD

Black with #9040CD

Text Example


Text Example

White with #9040CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9040CD; }

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

 H1.HeaderClassName
 {
   color: #9040CD;
 }
 .AnyTagClassName
 {
   color: #9040CD;
 }
</style>

background-color css

<style>
 a { background-color: #9040CD; }

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

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

border-color css

<style>
 span { border-color: #9040CD; }

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

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