Html Css Color HEX #903FBB Dark Orchid

📋 copy color: '#903FBB'

red 144 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #903FBB

Tints of Dark Orchid #903FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.99%

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 36.55%
G = 15.99%
B = 47.46%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#903FBB (or 0x903FBB) is known color: Dark Orchid. HEX triplet: 90, 3F and BB. RGB value is (144,63,187). Sum of RGB (Red+Green+Blue) = 144+63+187=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #903FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FBB is #6FC044. Grayscale: #646464. Windows color (decimal): -7323717 or 12271504. OLE color: 12271504.

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

Color convert

RGB 144 63 187 -
CMYK 0.23 0.66 0 0.27
HSL 279.19º 0.5% 0.49% -
HSV(B) 279.19º 0.66% 0.73% -
XYZ 22.25 13.07 48.36 -
YUV 101.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 144 63 187 0.23 0.66 0 0.27 279.19 0.5 0.49
Hex 90 3F BB 17 42 0 1B 117 32 31
Octal 220 77 273 27 102 0 33 427 62 61
Binary 10010000 111111 10111011 10111 1000010 0 11011 100010111 110010 110001

Color Harmonies of #903FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903FBB

Black with #903FBB

Text Example


Text Example

White with #903FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,63,187); }

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

background-color css

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

 a { background-color: rgb(144,63,187); }

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

border-color css

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

 span { border-color: rgb(144,63,187); }

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