Html Css Color HEX #903FBD Dark Orchid

📋 copy color: '#903FBD'

red 144 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #903FBD

Tints of Dark Orchid #903FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 36.36%
G = 15.91%
B = 47.73%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#903FBD (or 0x903FBD) is known color: Dark Orchid. HEX triplet: 90, 3F and BD. RGB value is (144,63,189). Sum of RGB (Red+Green+Blue) = 144+63+189=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #903FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FBD is #6FC042. Grayscale: #656565. Windows color (decimal): -7323715 or 12402576. OLE color: 12402576.

HSL color Cylindrical-coordinate representation of color #903FBD: hue angle of 278.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903FBD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 63 189 -
CMYK 0.24 0.67 0 0.26
HSL 278.57º 0.5% 0.49% -
HSV(B) 278.57º 0.67% 0.74% -
XYZ 22.46 13.16 49.5 -
YUV 101.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 144 63 189 0.24 0.67 0 0.26 278.57 0.5 0.49
Hex 90 3F BD 18 43 0 1A 117 32 31
Octal 220 77 275 30 103 0 32 427 62 61
Binary 10010000 111111 10111101 11000 1000011 0 11010 100010111 110010 110001

Color Harmonies of #903FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903FBD

Black with #903FBD

Text Example


Text Example

White with #903FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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