Html Css Color HEX #902DAE Dark Orchid

📋 copy color: '#902DAE'

red 144 ◦ green 45 ◦ blue 174

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

Shades of Dark Orchid #902DAE

Tints of Dark Orchid #902DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

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

R = 39.67%
G = 12.4%
B = 47.93%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#902DAE (or 0x902DAE) is known color: Dark Orchid. HEX triplet: 90, 2D and AE. RGB value is (144,45,174). Sum of RGB (Red+Green+Blue) = 144+45+174=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #902DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902DAE is #6FD251. Grayscale: #585858. Windows color (decimal): -7328338 or 11414928. OLE color: 11414928.

HSL color Cylindrical-coordinate representation of color #902DAE: hue angle of 286.05º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902DAE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 45 174 -
CMYK 0.17 0.74 0 0.32
HSL 286.05º 0.59% 0.43% -
HSV(B) 286.05º 0.74% 0.68% -
XYZ 20.08 10.86 41.08 -
YUV 89.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 144 45 174 0.17 0.74 0 0.32 286.05 0.59 0.43
Hex 90 2D AE 11 4A 0 20 11E 3B 2B
Octal 220 55 256 21 112 0 40 436 73 53
Binary 10010000 101101 10101110 10001 1001010 0 100000 100011110 111011 101011

Color Harmonies of #902DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902DAE

Black with #902DAE

Text Example


Text Example

White with #902DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902DAE; }

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

 H1.HeaderClassName
 {
   color: #902DAE;
 }
 .AnyTagClassName
 {
   color: #902DAE;
 }
</style>

background-color css

<style>
 a { background-color: #902DAE; }

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

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

border-color css

<style>
 span { border-color: #902DAE; }

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

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