Html Css Color HEX #903ECC Dark Orchid

📋 copy color: '#903ECC'

red 144 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #903ECC

Tints of Dark Orchid #903ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 35.12%
G = 15.12%
B = 49.76%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#903ECC (or 0x903ECC) is known color: Dark Orchid. HEX triplet: 90, 3E and CC. RGB value is (144,62,204). Sum of RGB (Red+Green+Blue) = 144+62+204=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #903ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903ECC is #6FC133. Grayscale: #666666. Windows color (decimal): -7323956 or 13385360. OLE color: 13385360.

HSL color Cylindrical-coordinate representation of color #903ECC: hue angle of 274.65º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903ECC is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 62 204 -
CMYK 0.29 0.70 0 0.2
HSL 274.65º 0.58% 0.52% -
HSV(B) 274.65º 0.7% 0.8% -
XYZ 24.12 13.73 58.51 -
YUV 102.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 144 62 204 0.29 0.70 0 0.2 274.65 0.58 0.52
Hex 90 3E CC 1D 46 0 14 113 3A 34
Octal 220 76 314 35 106 0 24 423 72 64
Binary 10010000 111110 11001100 11101 1000110 0 10100 100010011 111010 110100

Color Harmonies of #903ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903ECC

Black with #903ECC

Text Example


Text Example

White with #903ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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