Html Css Color HEX #903BB3 Dark Orchid

📋 copy color: '#903BB3'

red 144 ◦ green 59 ◦ blue 179

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

Shades of Dark Orchid #903BB3

Tints of Dark Orchid #903BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.86%

R = 37.7%
G = 15.45%
B = 46.86%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#903BB3 (or 0x903BB3) is known color: Dark Orchid. HEX triplet: 90, 3B and B3. RGB value is (144,59,179). Sum of RGB (Red+Green+Blue) = 144+59+179=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #903BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BB3 is #6FC44C. Grayscale: #616161. Windows color (decimal): -7324749 or 11746192. OLE color: 11746192.

HSL color Cylindrical-coordinate representation of color #903BB3: hue angle of 282.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903BB3 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 59 179 -
CMYK 0.20 0.67 0 0.30
HSL 282.5º 0.5% 0.47% -
HSV(B) 282.5º 0.67% 0.7% -
XYZ 21.2 12.31 43.91 -
YUV 98.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 144 59 179 0.20 0.67 0 0.30 282.5 0.5 0.47
Hex 90 3B B3 14 43 0 1E 11A 32 2F
Octal 220 73 263 24 103 0 36 432 62 57
Binary 10010000 111011 10110011 10100 1000011 0 11110 100011010 110010 101111

Color Harmonies of #903BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903BB3

Black with #903BB3

Text Example


Text Example

White with #903BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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