Html Css Color HEX #9044C7 Dark Orchid

📋 copy color: '#9044C7'

red 144 ◦ green 68 ◦ blue 199

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

Shades of Dark Orchid #9044C7

Tints of Dark Orchid #9044C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.42%

R = 35.04%
G = 16.55%
B = 48.42%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9044C7 (or 0x9044C7) is known color: Dark Orchid. HEX triplet: 90, 44 and C7. RGB value is (144,68,199). Sum of RGB (Red+Green+Blue) = 144+68+199=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #9044C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044C7 is #6FBB38. Grayscale: #696969. Windows color (decimal): -7322425 or 13059216. OLE color: 13059216.

HSL color Cylindrical-coordinate representation of color #9044C7: hue angle of 274.81º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9044C7 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 68 199 -
CMYK 0.28 0.66 0 0.22
HSL 274.81º 0.54% 0.52% -
HSV(B) 274.81º 0.66% 0.78% -
XYZ 23.88 14.19 55.51 -
YUV 105.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 144 68 199 0.28 0.66 0 0.22 274.81 0.54 0.52
Hex 90 44 C7 1C 42 0 16 113 36 34
Octal 220 104 307 34 102 0 26 423 66 64
Binary 10010000 1000100 11000111 11100 1000010 0 10110 100010011 110110 110100

Color Harmonies of #9044C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9044C7

Black with #9044C7

Text Example


Text Example

White with #9044C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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