Html Css Color HEX #9045CD Dark Orchid

📋 copy color: '#9045CD'

red 144 ◦ green 69 ◦ blue 205

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

Shades of Dark Orchid #9045CD

Tints of Dark Orchid #9045CD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

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

R = 34.45%
G = 16.51%
B = 49.04%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9045CD (or 0x9045CD) is known color: Dark Orchid. HEX triplet: 90, 45 and CD. RGB value is (144,69,205). Sum of RGB (Red+Green+Blue) = 144+69+205=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #9045CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9045CD is #6FBA32. Grayscale: #6A6A6A. Windows color (decimal): -7322163 or 13452688. OLE color: 13452688.

HSL color Cylindrical-coordinate representation of color #9045CD: hue angle of 273.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9045CD is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 69 205 -
CMYK 0.30 0.66 0 0.20
HSL 273.09º 0.58% 0.54% -
HSV(B) 273.09º 0.66% 0.8% -
XYZ 24.65 14.59 59.28 -
YUV 106.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 144 69 205 0.30 0.66 0 0.20 273.09 0.58 0.54
Hex 90 45 CD 1E 42 0 14 111 3A 36
Octal 220 105 315 36 102 0 24 421 72 66
Binary 10010000 1000101 11001101 11110 1000010 0 10100 100010001 111010 110110

Color Harmonies of #9045CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9045CD

Black with #9045CD

Text Example


Text Example

White with #9045CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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