Html Css Color HEX #903FCF Dark Orchid

📋 copy color: '#903FCF'

red 144 ◦ green 63 ◦ blue 207

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

Shades of Dark Orchid #903FCF

Tints of Dark Orchid #903FCF

RGB

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

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

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

R = 34.78%
G = 15.22%
B = 50%

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

#903FCF (or 0x903FCF) is known color: Dark Orchid. HEX triplet: 90, 3F and CF. RGB value is (144,63,207). Sum of RGB (Red+Green+Blue) = 144+63+207=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #903FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FCF is #6FC030. Grayscale: #676767. Windows color (decimal): -7323697 or 13582224. OLE color: 13582224.

HSL color Cylindrical-coordinate representation of color #903FCF: hue angle of 273.75º 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 #903FCF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 63 207 -
CMYK 0.30 0.70 0 0.19
HSL 273.75º 0.6% 0.53% -
HSV(B) 273.75º 0.7% 0.81% -
XYZ 24.54 13.99 60.44 -
YUV 103.64 186.34 156.79 -
System Red Green Blue C M Y K H S L
Decimal 144 63 207 0.30 0.70 0 0.19 273.75 0.6 0.53
Hex 90 3F CF 1E 46 0 13 112 3C 35
Octal 220 77 317 36 106 0 23 422 74 65
Binary 10010000 111111 11001111 11110 1000110 0 10011 100010010 111100 110101

Color Harmonies of #903FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903FCF

Black with #903FCF

Text Example


Text Example

White with #903FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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