Html Css Color HEX #903BC3 Dark Orchid

📋 copy color: '#903BC3'

red 144 ◦ green 59 ◦ blue 195

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

Shades of Dark Orchid #903BC3

Tints of Dark Orchid #903BC3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.82%

 BLUE value IS 195 (76.56% from 255) = 48.99%

R = 36.18%
G = 14.82%
B = 48.99%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#903BC3 (or 0x903BC3) is known color: Dark Orchid. HEX triplet: 90, 3B and C3. RGB value is (144,59,195). Sum of RGB (Red+Green+Blue) = 144+59+195=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #903BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BC3 is #6FC43C. Grayscale: #636363. Windows color (decimal): -7324733 or 12794768. OLE color: 12794768.

HSL color Cylindrical-coordinate representation of color #903BC3: hue angle of 277.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903BC3 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 59 195 -
CMYK 0.26 0.70 0 0.24
HSL 277.5º 0.54% 0.5% -
HSV(B) 277.5º 0.7% 0.76% -
XYZ 22.92 13 52.93 -
YUV 99.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 144 59 195 0.26 0.70 0 0.24 277.5 0.54 0.5
Hex 90 3B C3 1A 46 0 18 116 36 32
Octal 220 73 303 32 106 0 30 426 66 62
Binary 10010000 111011 11000011 11010 1000110 0 11000 100010110 110110 110010

Color Harmonies of #903BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903BC3

Black with #903BC3

Text Example


Text Example

White with #903BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,59,195); }

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

background-color css

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

 a { background-color: rgb(144,59,195); }

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

border-color css

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

 span { border-color: rgb(144,59,195); }

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