Html Css Color HEX #9044CA Dark Orchid

📋 copy color: '#9044CA'

red 144 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #9044CA

Tints of Dark Orchid #9044CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.43%

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 34.78%
G = 16.43%
B = 48.79%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9044CA (or 0x9044CA) is known color: Dark Orchid. HEX triplet: 90, 44 and CA. RGB value is (144,68,202). Sum of RGB (Red+Green+Blue) = 144+68+202=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #9044CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044CA is #6FBB35. Grayscale: #696969. Windows color (decimal): -7322422 or 13255824. OLE color: 13255824.

HSL color Cylindrical-coordinate representation of color #9044CA: hue angle of 274.03º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9044CA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 68 202 -
CMYK 0.29 0.66 0 0.21
HSL 274.03º 0.56% 0.53% -
HSV(B) 274.03º 0.66% 0.79% -
XYZ 24.23 14.33 57.37 -
YUV 106 182.18 155.1 -
System Red Green Blue C M Y K H S L
Decimal 144 68 202 0.29 0.66 0 0.21 274.03 0.56 0.53
Hex 90 44 CA 1D 42 0 15 112 38 35
Octal 220 104 312 35 102 0 25 422 70 65
Binary 10010000 1000100 11001010 11101 1000010 0 10101 100010010 111000 110101

Color Harmonies of #9044CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9044CA

Black with #9044CA

Text Example


Text Example

White with #9044CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9044CA; }

 p { color: rgb(144,68,202); }

 H1.HeaderClassName
 {
   color: #9044CA;
 }
 .AnyTagClassName
 {
   color: #9044CA;
 }
</style>

background-color css

<style>
 a { background-color: #9044CA; }

 a { background-color: rgb(144,68,202); }

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

border-color css

<style>
 span { border-color: #9044CA; }

 span { border-color: rgb(144,68,202); }

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