Html Css Color HEX #9029BB Dark Orchid

📋 copy color: '#9029BB'

red 144 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #9029BB

Tints of Dark Orchid #9029BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 38.71%
G = 11.02%
B = 50.27%

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

#9029BB (or 0x9029BB) is known color: Dark Orchid. HEX triplet: 90, 29 and BB. RGB value is (144,41,187). Sum of RGB (Red+Green+Blue) = 144+41+187=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #9029BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9029BB is #6FD644. Grayscale: #575757. Windows color (decimal): -7329349 or 12265872. OLE color: 12265872.

HSL color Cylindrical-coordinate representation of color #9029BB: hue angle of 282.33º 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 #9029BB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 41 187 -
CMYK 0.23 0.78 0 0.27
HSL 282.33º 0.64% 0.45% -
HSV(B) 282.33º 0.78% 0.73% -
XYZ 21.26 11.1 48.04 -
YUV 88.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 144 41 187 0.23 0.78 0 0.27 282.33 0.64 0.45
Hex 90 29 BB 17 4E 0 1B 11A 40 2D
Octal 220 51 273 27 116 0 33 432 100 55
Binary 10010000 101001 10111011 10111 1001110 0 11011 100011010 1000000 101101

Color Harmonies of #9029BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9029BB

Black with #9029BB

Text Example


Text Example

White with #9029BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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