Html Css Color HEX #903DBB Dark Orchid

📋 copy color: '#903DBB'

red 144 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #903DBB

Tints of Dark Orchid #903DBB

RGB

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

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

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

R = 36.73%
G = 15.56%
B = 47.7%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#903DBB (or 0x903DBB) is known color: Dark Orchid. HEX triplet: 90, 3D and BB. RGB value is (144,61,187). Sum of RGB (Red+Green+Blue) = 144+61+187=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #903DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DBB is #6FC244. Grayscale: #636363. Windows color (decimal): -7324229 or 12270992. OLE color: 12270992.

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

Color convert

RGB 144 61 187 -
CMYK 0.23 0.67 0 0.27
HSL 279.52º 0.51% 0.49% -
HSV(B) 279.52º 0.67% 0.73% -
XYZ 22.14 12.85 48.33 -
YUV 100.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 144 61 187 0.23 0.67 0 0.27 279.52 0.51 0.49
Hex 90 3D BB 17 43 0 1B 118 33 31
Octal 220 75 273 27 103 0 33 430 63 61
Binary 10010000 111101 10111011 10111 1000011 0 11011 100011000 110011 110001

Color Harmonies of #903DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903DBB

Black with #903DBB

Text Example


Text Example

White with #903DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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