Html Css Color HEX #907CDF Medium Purple

📋 copy color: '#907CDF'

red 144 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #907CDF

Tints of Medium Purple #907CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.25%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 29.33%
G = 25.25%
B = 45.42%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#907CDF (or 0x907CDF) is known color: Medium Purple. HEX triplet: 90, 7C and DF. RGB value is (144,124,223). Sum of RGB (Red+Green+Blue) = 144+124+223=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #907CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CDF is #6F8320. Grayscale: #8C8C8C. Windows color (decimal): -7308065 or 14646416. OLE color: 14646416.

HSL color Cylindrical-coordinate representation of color #907CDF: hue angle of 252.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907CDF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 124 223 -
CMYK 0.35 0.44 0 0.13
HSL 252.12º 0.61% 0.68% -
HSV(B) 252.12º 0.44% 0.87% -
XYZ 32.03 25.67 73.08 -
YUV 141.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 144 124 223 0.35 0.44 0 0.13 252.12 0.61 0.68
Hex 90 7C DF 23 2C 0 D FC 3D 44
Octal 220 174 337 43 54 0 15 374 75 104
Binary 10010000 1111100 11011111 100011 101100 0 1101 11111100 111101 1000100

Color Harmonies of #907CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907CDF

Black with #907CDF

Text Example


Text Example

White with #907CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907CDF; }

 p { color: rgb(144,124,223); }

 H1.HeaderClassName
 {
   color: #907CDF;
 }
 .AnyTagClassName
 {
   color: #907CDF;
 }
</style>

background-color css

<style>
 a { background-color: #907CDF; }

 a { background-color: rgb(144,124,223); }

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

border-color css

<style>
 span { border-color: #907CDF; }

 span { border-color: rgb(144,124,223); }

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