Html Css Color HEX #9029CA Dark Orchid

📋 copy color: '#9029CA'

red 144 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #9029CA

Tints of Dark Orchid #9029CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 37.21%
G = 10.59%
B = 52.2%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9029CA (or 0x9029CA) is known color: Dark Orchid. HEX triplet: 90, 29 and CA. RGB value is (144,41,202). Sum of RGB (Red+Green+Blue) = 144+41+202=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9029CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9029CA is #6FD635. Grayscale: #595959. Windows color (decimal): -7329334 or 13248912. OLE color: 13248912.

HSL color Cylindrical-coordinate representation of color #9029CA: hue angle of 278.39º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9029CA is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 41 202 -
CMYK 0.29 0.80 0 0.21
HSL 278.39º 0.66% 0.48% -
HSV(B) 278.39º 0.8% 0.79% -
XYZ 22.96 11.78 56.94 -
YUV 90.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 144 41 202 0.29 0.80 0 0.21 278.39 0.66 0.48
Hex 90 29 CA 1D 50 0 15 116 42 30
Octal 220 51 312 35 120 0 25 426 102 60
Binary 10010000 101001 11001010 11101 1010000 0 10101 100010110 1000010 110000

Color Harmonies of #9029CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9029CA

Black with #9029CA

Text Example


Text Example

White with #9029CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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