Html Css Color HEX #903BBA Dark Orchid

📋 copy color: '#903BBA'

red 144 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #903BBA

Tints of Dark Orchid #903BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 37.02%
G = 15.17%
B = 47.81%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#903BBA (or 0x903BBA) is known color: Dark Orchid. HEX triplet: 90, 3B and BA. RGB value is (144,59,186). Sum of RGB (Red+Green+Blue) = 144+59+186=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #903BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BBA is #6FC445. Grayscale: #626262. Windows color (decimal): -7324742 or 12204944. OLE color: 12204944.

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

Color convert

RGB 144 59 186 -
CMYK 0.23 0.68 0 0.27
HSL 280.16º 0.52% 0.48% -
HSV(B) 280.16º 0.68% 0.73% -
XYZ 21.93 12.6 47.73 -
YUV 98.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 144 59 186 0.23 0.68 0 0.27 280.16 0.52 0.48
Hex 90 3B BA 17 44 0 1B 118 34 30
Octal 220 73 272 27 104 0 33 430 64 60
Binary 10010000 111011 10111010 10111 1000100 0 11011 100011000 110100 110000

Color Harmonies of #903BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903BBA

Black with #903BBA

Text Example


Text Example

White with #903BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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