Html Css Color HEX #902BAD Dark Orchid

📋 copy color: '#902BAD'

red 144 ◦ green 43 ◦ blue 173

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

Shades of Dark Orchid #902BAD

Tints of Dark Orchid #902BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.94%

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

R = 40%
G = 11.94%
B = 48.06%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#902BAD (or 0x902BAD) is known color: Dark Orchid. HEX triplet: 90, 2B and AD. RGB value is (144,43,173). Sum of RGB (Red+Green+Blue) = 144+43+173=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #902BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902BAD is #6FD452. Grayscale: #575757. Windows color (decimal): -7328851 or 11348880. OLE color: 11348880.

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

Color convert

RGB 144 43 173 -
CMYK 0.17 0.75 0 0.32
HSL 286.62º 0.6% 0.42% -
HSV(B) 286.62º 0.75% 0.68% -
XYZ 19.91 10.67 40.55 -
YUV 88.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 144 43 173 0.17 0.75 0 0.32 286.62 0.6 0.42
Hex 90 2B AD 11 4B 0 20 11F 3C 2A
Octal 220 53 255 21 113 0 40 437 74 52
Binary 10010000 101011 10101101 10001 1001011 0 100000 100011111 111100 101010

Color Harmonies of #902BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902BAD

Black with #902BAD

Text Example


Text Example

White with #902BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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