Html Css Color HEX #903DBF Dark Orchid

📋 copy color: '#903DBF'

red 144 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #903DBF

Tints of Dark Orchid #903DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

 BLUE value IS 191 (75% from 255) = 48.23%

R = 36.36%
G = 15.4%
B = 48.23%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#903DBF (or 0x903DBF) is known color: Dark Orchid. HEX triplet: 90, 3D and BF. RGB value is (144,61,191). Sum of RGB (Red+Green+Blue) = 144+61+191=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #903DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DBF is #6FC240. Grayscale: #646464. Windows color (decimal): -7324225 or 12533136. OLE color: 12533136.

HSL color Cylindrical-coordinate representation of color #903DBF: hue angle of 278.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903DBF is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 61 191 -
CMYK 0.25 0.68 0 0.25
HSL 278.31º 0.52% 0.49% -
HSV(B) 278.31º 0.68% 0.75% -
XYZ 22.57 13.03 50.62 -
YUV 100.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 144 61 191 0.25 0.68 0 0.25 278.31 0.52 0.49
Hex 90 3D BF 19 44 0 19 116 34 31
Octal 220 75 277 31 104 0 31 426 64 61
Binary 10010000 111101 10111111 11001 1000100 0 11001 100010110 110100 110001

Color Harmonies of #903DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903DBF

Black with #903DBF

Text Example


Text Example

White with #903DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,61,191); }

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

background-color css

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

 a { background-color: rgb(144,61,191); }

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

border-color css

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

 span { border-color: rgb(144,61,191); }

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