Html Css Color HEX #902FAD Dark Orchid

📋 copy color: '#902FAD'

red 144 ◦ green 47 ◦ blue 173

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

Shades of Dark Orchid #902FAD

Tints of Dark Orchid #902FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 39.56%
G = 12.91%
B = 47.53%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#902FAD (or 0x902FAD) is known color: Dark Orchid. HEX triplet: 90, 2F and AD. RGB value is (144,47,173). Sum of RGB (Red+Green+Blue) = 144+47+173=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #902FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902FAD is #6FD052. Grayscale: #595959. Windows color (decimal): -7327827 or 11349904. OLE color: 11349904.

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

Color convert

RGB 144 47 173 -
CMYK 0.17 0.73 0 0.32
HSL 286.19º 0.57% 0.43% -
HSV(B) 286.19º 0.73% 0.68% -
XYZ 20.06 10.98 40.6 -
YUV 90.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 144 47 173 0.17 0.73 0 0.32 286.19 0.57 0.43
Hex 90 2F AD 11 49 0 20 11E 39 2B
Octal 220 57 255 21 111 0 40 436 71 53
Binary 10010000 101111 10101101 10001 1001001 0 100000 100011110 111001 101011

Color Harmonies of #902FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902FAD

Black with #902FAD

Text Example


Text Example

White with #902FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,47,173); }

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

background-color css

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

 a { background-color: rgb(144,47,173); }

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

border-color css

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

 span { border-color: rgb(144,47,173); }

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