Html Css Color HEX #903CBA Dark Orchid

📋 copy color: '#903CBA'

red 144 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #903CBA

Tints of Dark Orchid #903CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.38%

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

R = 36.92%
G = 15.38%
B = 47.69%

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

#903CBA (or 0x903CBA) is known color: Dark Orchid. HEX triplet: 90, 3C and BA. RGB value is (144,60,186). Sum of RGB (Red+Green+Blue) = 144+60+186=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #903CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CBA is #6FC345. Grayscale: #636363. Windows color (decimal): -7324486 or 12205200. OLE color: 12205200.

HSL color Cylindrical-coordinate representation of color #903CBA: hue angle of 280º degrees, saturation: 0.51, 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 #903CBA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 60 186 -
CMYK 0.23 0.68 0 0.27
HSL 280º 0.51% 0.48% -
HSV(B) 280º 0.68% 0.73% -
XYZ 21.98 12.71 47.75 -
YUV 99.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 144 60 186 0.23 0.68 0 0.27 280 0.51 0.48
Hex 90 3C BA 17 44 0 1B 118 33 30
Octal 220 74 272 27 104 0 33 430 63 60
Binary 10010000 111100 10111010 10111 1000100 0 11011 100011000 110011 110000

Color Harmonies of #903CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903CBA

Black with #903CBA

Text Example


Text Example

White with #903CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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