Html Css Color HEX #903FC0 Dark Orchid

📋 copy color: '#903FC0'

red 144 ◦ green 63 ◦ blue 192

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

Shades of Dark Orchid #903FC0

Tints of Dark Orchid #903FC0

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 36.09%
G = 15.79%
B = 48.12%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#903FC0 (or 0x903FC0) is known color: Dark Orchid. HEX triplet: 90, 3F and C0. RGB value is (144,63,192). Sum of RGB (Red+Green+Blue) = 144+63+192=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #903FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FC0 is #6FC03F. Grayscale: #656565. Windows color (decimal): -7323712 or 12599184. OLE color: 12599184.

HSL color Cylindrical-coordinate representation of color #903FC0: hue angle of 277.67º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903FC0 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 63 192 -
CMYK 0.25 0.67 0 0.25
HSL 277.67º 0.51% 0.5% -
HSV(B) 277.67º 0.67% 0.75% -
XYZ 22.79 13.29 51.23 -
YUV 101.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 144 63 192 0.25 0.67 0 0.25 277.67 0.51 0.5
Hex 90 3F C0 19 43 0 19 116 33 32
Octal 220 77 300 31 103 0 31 426 63 62
Binary 10010000 111111 11000000 11001 1000011 0 11001 100010110 110011 110010

Color Harmonies of #903FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903FC0

Black with #903FC0

Text Example


Text Example

White with #903FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,63,192); }

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

background-color css

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

 a { background-color: rgb(144,63,192); }

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

border-color css

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

 span { border-color: rgb(144,63,192); }

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