Html Css Color HEX #9040CF Dark Orchid

📋 copy color: '#9040CF'

red 144 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #9040CF

Tints of Dark Orchid #9040CF

RGB

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

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

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

R = 34.7%
G = 15.42%
B = 49.88%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9040CF (or 0x9040CF) is known color: Dark Orchid. HEX triplet: 90, 40 and CF. RGB value is (144,64,207). Sum of RGB (Red+Green+Blue) = 144+64+207=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #9040CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040CF is #6FBF30. Grayscale: #676767. Windows color (decimal): -7323441 or 13582480. OLE color: 13582480.

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

Color convert

RGB 144 64 207 -
CMYK 0.30 0.69 0 0.19
HSL 273.57º 0.6% 0.53% -
HSV(B) 273.57º 0.69% 0.81% -
XYZ 24.6 14.1 60.46 -
YUV 104.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 144 64 207 0.30 0.69 0 0.19 273.57 0.6 0.53
Hex 90 40 CF 1E 45 0 13 112 3C 35
Octal 220 100 317 36 105 0 23 422 74 65
Binary 10010000 1000000 11001111 11110 1000101 0 10011 100010010 111100 110101

Color Harmonies of #9040CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040CF

Black with #9040CF

Text Example


Text Example

White with #9040CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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