Html Css Color HEX #9029BA Dark Orchid

📋 copy color: '#9029BA'

red 144 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #9029BA

Tints of Dark Orchid #9029BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 38.81%
G = 11.05%
B = 50.13%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9029BA (or 0x9029BA) is known color: Dark Orchid. HEX triplet: 90, 29 and BA. RGB value is (144,41,186). Sum of RGB (Red+Green+Blue) = 144+41+186=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #9029BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9029BA is #6FD645. Grayscale: #575757. Windows color (decimal): -7329350 or 12200336. OLE color: 12200336.

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

Color convert

RGB 144 41 186 -
CMYK 0.23 0.78 0 0.27
HSL 282.62º 0.64% 0.45% -
HSV(B) 282.62º 0.78% 0.73% -
XYZ 21.16 11.06 47.47 -
YUV 88.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 144 41 186 0.23 0.78 0 0.27 282.62 0.64 0.45
Hex 90 29 BA 17 4E 0 1B 11B 40 2D
Octal 220 51 272 27 116 0 33 433 100 55
Binary 10010000 101001 10111010 10111 1001110 0 11011 100011011 1000000 101101

Color Harmonies of #9029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9029BA

Black with #9029BA

Text Example


Text Example

White with #9029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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