Html Css Color HEX #9028AE Dark Orchid

📋 copy color: '#9028AE'

red 144 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #9028AE

Tints of Dark Orchid #9028AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 40.22%
G = 11.17%
B = 48.6%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9028AE (or 0x9028AE) is known color: Dark Orchid. HEX triplet: 90, 28 and AE. RGB value is (144,40,174). Sum of RGB (Red+Green+Blue) = 144+40+174=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #9028AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9028AE is #6FD751. Grayscale: #555555. Windows color (decimal): -7329618 or 11413648. OLE color: 11413648.

HSL color Cylindrical-coordinate representation of color #9028AE: hue angle of 286.57º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9028AE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 40 174 -
CMYK 0.17 0.77 0 0.32
HSL 286.57º 0.63% 0.42% -
HSV(B) 286.57º 0.77% 0.68% -
XYZ 19.9 10.5 41.02 -
YUV 86.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 144 40 174 0.17 0.77 0 0.32 286.57 0.63 0.42
Hex 90 28 AE 11 4D 0 20 11F 3F 2A
Octal 220 50 256 21 115 0 40 437 77 52
Binary 10010000 101000 10101110 10001 1001101 0 100000 100011111 111111 101010

Color Harmonies of #9028AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9028AE

Black with #9028AE

Text Example


Text Example

White with #9028AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9028AE; }

 p { color: rgb(144,40,174); }

 H1.HeaderClassName
 {
   color: #9028AE;
 }
 .AnyTagClassName
 {
   color: #9028AE;
 }
</style>

background-color css

<style>
 a { background-color: #9028AE; }

 a { background-color: rgb(144,40,174); }

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

border-color css

<style>
 span { border-color: #9028AE; }

 span { border-color: rgb(144,40,174); }

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