Html Css Color HEX #903CC8 Dark Orchid

📋 copy color: '#903CC8'

red 144 ◦ green 60 ◦ blue 200

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

Shades of Dark Orchid #903CC8

Tints of Dark Orchid #903CC8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

 BLUE value IS 200 (78.52% from 255) = 49.5%

R = 35.64%
G = 14.85%
B = 49.5%

CMYK

 C value IS 0.28

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#903CC8 (or 0x903CC8) is known color: Dark Orchid. HEX triplet: 90, 3C and C8. RGB value is (144,60,200). Sum of RGB (Red+Green+Blue) = 144+60+200=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #903CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CC8 is #6FC337. Grayscale: #646464. Windows color (decimal): -7324472 or 13122704. OLE color: 13122704.

HSL color Cylindrical-coordinate representation of color #903CC8: hue angle of 276º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903CC8 is Cyan = 0.28, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 60 200 -
CMYK 0.28 0.7 0 0.22
HSL 276º 0.56% 0.51% -
HSV(B) 276º 0.7% 0.78% -
XYZ 23.54 13.33 55.98 -
YUV 101.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 144 60 200 0.28 0.7 0 0.22 276 0.56 0.51
Hex 90 3C C8 1C 46 0 16 114 38 33
Octal 220 74 310 34 106 0 26 424 70 63
Binary 10010000 111100 11001000 11100 1000110 0 10110 100010100 111000 110011

Color Harmonies of #903CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903CC8

Black with #903CC8

Text Example


Text Example

White with #903CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,60,200); }

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

background-color css

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

 a { background-color: rgb(144,60,200); }

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

border-color css

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

 span { border-color: rgb(144,60,200); }

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