Html Css Color HEX #9036BA Dark Orchid

📋 copy color: '#9036BA'

red 144 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #9036BA

Tints of Dark Orchid #9036BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 37.5%
G = 14.06%
B = 48.44%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9036BA (or 0x9036BA) is known color: Dark Orchid. HEX triplet: 90, 36 and BA. RGB value is (144,54,186). Sum of RGB (Red+Green+Blue) = 144+54+186=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #9036BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036BA is #6FC945. Grayscale: #5F5F5F. Windows color (decimal): -7326022 or 12203664. OLE color: 12203664.

HSL color Cylindrical-coordinate representation of color #9036BA: hue angle of 280.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9036BA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 54 186 -
CMYK 0.23 0.71 0 0.27
HSL 280.91º 0.55% 0.47% -
HSV(B) 280.91º 0.71% 0.73% -
XYZ 21.68 12.11 47.65 -
YUV 95.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 144 54 186 0.23 0.71 0 0.27 280.91 0.55 0.47
Hex 90 36 BA 17 47 0 1B 119 37 2F
Octal 220 66 272 27 107 0 33 431 67 57
Binary 10010000 110110 10111010 10111 1000111 0 11011 100011001 110111 101111

Color Harmonies of #9036BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9036BA

Black with #9036BA

Text Example


Text Example

White with #9036BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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