Html Css Color HEX #903DB9 Dark Orchid

📋 copy color: '#903DB9'

red 144 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #903DB9

Tints of Dark Orchid #903DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.64%

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 36.92%
G = 15.64%
B = 47.44%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#903DB9 (or 0x903DB9) is known color: Dark Orchid. HEX triplet: 90, 3D and B9. RGB value is (144,61,185). Sum of RGB (Red+Green+Blue) = 144+61+185=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #903DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DB9 is #6FC246. Grayscale: #636363. Windows color (decimal): -7324231 or 12139920. OLE color: 12139920.

HSL color Cylindrical-coordinate representation of color #903DB9: hue angle of 280.16º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903DB9 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 61 185 -
CMYK 0.22 0.67 0 0.27
HSL 280.16º 0.5% 0.48% -
HSV(B) 280.16º 0.67% 0.73% -
XYZ 21.93 12.77 47.21 -
YUV 99.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 144 61 185 0.22 0.67 0 0.27 280.16 0.5 0.48
Hex 90 3D B9 16 43 0 1B 118 32 30
Octal 220 75 271 26 103 0 33 430 62 60
Binary 10010000 111101 10111001 10110 1000011 0 11011 100011000 110010 110000

Color Harmonies of #903DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903DB9

Black with #903DB9

Text Example


Text Example

White with #903DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903DB9; }

 p { color: rgb(144,61,185); }

 H1.HeaderClassName
 {
   color: #903DB9;
 }
 .AnyTagClassName
 {
   color: #903DB9;
 }
</style>

background-color css

<style>
 a { background-color: #903DB9; }

 a { background-color: rgb(144,61,185); }

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

border-color css

<style>
 span { border-color: #903DB9; }

 span { border-color: rgb(144,61,185); }

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