Html Css Color HEX #9047D0 Dark Orchid

📋 copy color: '#9047D0'

red 144 ◦ green 71 ◦ blue 208

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

Shades of Dark Orchid #9047D0

Tints of Dark Orchid #9047D0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.78%

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 34.04%
G = 16.78%
B = 49.17%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9047D0 (or 0x9047D0) is known color: Dark Orchid. HEX triplet: 90, 47 and D0. RGB value is (144,71,208). Sum of RGB (Red+Green+Blue) = 144+71+208=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #9047D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047D0 is #6FB82F. Grayscale: #6B6B6B. Windows color (decimal): -7321648 or 13649808. OLE color: 13649808.

HSL color Cylindrical-coordinate representation of color #9047D0: hue angle of 271.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9047D0 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 71 208 -
CMYK 0.31 0.66 0 0.18
HSL 271.97º 0.59% 0.55% -
HSV(B) 271.97º 0.66% 0.82% -
XYZ 25.14 14.99 61.24 -
YUV 108.45 184.18 153.36 -
System Red Green Blue C M Y K H S L
Decimal 144 71 208 0.31 0.66 0 0.18 271.97 0.59 0.55
Hex 90 47 D0 1F 42 0 12 110 3B 37
Octal 220 107 320 37 102 0 22 420 73 67
Binary 10010000 1000111 11010000 11111 1000010 0 10010 100010000 111011 110111

Color Harmonies of #9047D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9047D0

Black with #9047D0

Text Example


Text Example

White with #9047D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9047D0; }

 p { color: rgb(144,71,208); }

 H1.HeaderClassName
 {
   color: #9047D0;
 }
 .AnyTagClassName
 {
   color: #9047D0;
 }
</style>

background-color css

<style>
 a { background-color: #9047D0; }

 a { background-color: rgb(144,71,208); }

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

border-color css

<style>
 span { border-color: #9047D0; }

 span { border-color: rgb(144,71,208); }

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