Html Css Color HEX #9036D0 Dark Orchid

📋 copy color: '#9036D0'

red 144 ◦ green 54 ◦ blue 208

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

Shades of Dark Orchid #9036D0

Tints of Dark Orchid #9036D0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.3%

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

R = 35.47%
G = 13.3%
B = 51.23%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9036D0 (or 0x9036D0) is known color: Dark Orchid. HEX triplet: 90, 36 and D0. RGB value is (144,54,208). Sum of RGB (Red+Green+Blue) = 144+54+208=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #9036D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036D0 is #6FC92F. Grayscale: #616161. Windows color (decimal): -7326000 or 13645456. OLE color: 13645456.

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

Color convert

RGB 144 54 208 -
CMYK 0.31 0.74 0 0.18
HSL 275.06º 0.62% 0.51% -
HSV(B) 275.06º 0.74% 0.82% -
XYZ 24.21 13.12 60.93 -
YUV 98.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 144 54 208 0.31 0.74 0 0.18 275.06 0.62 0.51
Hex 90 36 D0 1F 4A 0 12 113 3E 33
Octal 220 66 320 37 112 0 22 423 76 63
Binary 10010000 110110 11010000 11111 1001010 0 10010 100010011 111110 110011

Color Harmonies of #9036D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9036D0

Black with #9036D0

Text Example


Text Example

White with #9036D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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