Html Css Color HEX #903EBD Dark Orchid

📋 copy color: '#903EBD'

red 144 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #903EBD

Tints of Dark Orchid #903EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 36.46%
G = 15.7%
B = 47.85%

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

#903EBD (or 0x903EBD) is known color: Dark Orchid. HEX triplet: 90, 3E and BD. RGB value is (144,62,189). Sum of RGB (Red+Green+Blue) = 144+62+189=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #903EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903EBD is #6FC142. Grayscale: #646464. Windows color (decimal): -7323971 or 12402320. OLE color: 12402320.

HSL color Cylindrical-coordinate representation of color #903EBD: hue angle of 278.74º degrees, saturation: 0.51, 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 #903EBD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 62 189 -
CMYK 0.24 0.67 0 0.26
HSL 278.74º 0.51% 0.49% -
HSV(B) 278.74º 0.67% 0.74% -
XYZ 22.41 13.05 49.48 -
YUV 101 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 144 62 189 0.24 0.67 0 0.26 278.74 0.51 0.49
Hex 90 3E BD 18 43 0 1A 117 33 31
Octal 220 76 275 30 103 0 32 427 63 61
Binary 10010000 111110 10111101 11000 1000011 0 11010 100010111 110011 110001

Color Harmonies of #903EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903EBD

Black with #903EBD

Text Example


Text Example

White with #903EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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