Html Css Color HEX #903ECF Dark Orchid

📋 copy color: '#903ECF'

red 144 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #903ECF

Tints of Dark Orchid #903ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 34.87%
G = 15.01%
B = 50.12%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#903ECF (or 0x903ECF) is known color: Dark Orchid. HEX triplet: 90, 3E and CF. RGB value is (144,62,207). Sum of RGB (Red+Green+Blue) = 144+62+207=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #903ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903ECF is #6FC130. Grayscale: #666666. Windows color (decimal): -7323953 or 13581968. OLE color: 13581968.

HSL color Cylindrical-coordinate representation of color #903ECF: hue angle of 273.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903ECF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 62 207 -
CMYK 0.30 0.70 0 0.19
HSL 273.93º 0.6% 0.53% -
HSV(B) 273.93º 0.7% 0.81% -
XYZ 24.49 13.88 60.42 -
YUV 103.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 144 62 207 0.30 0.70 0 0.19 273.93 0.6 0.53
Hex 90 3E CF 1E 46 0 13 112 3C 35
Octal 220 76 317 36 106 0 23 422 74 65
Binary 10010000 111110 11001111 11110 1000110 0 10011 100010010 111100 110101

Color Harmonies of #903ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903ECF

Black with #903ECF

Text Example


Text Example

White with #903ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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