Html Css Color HEX #956ED7 Medium Purple

📋 copy color: '#956ED7'

red 149 ◦ green 110 ◦ blue 215

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

Shades of Medium Purple #956ED7

Tints of Medium Purple #956ED7

RGB

 RED value IS 149 (58.59% from 255) = 31.43%

 GREEN value IS 110 (43.36% from 255) = 23.21%

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 31.43%
G = 23.21%
B = 45.36%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#956ED7 (or 0x956ED7) is known color: Medium Purple. HEX triplet: 95, 6E and D7. RGB value is (149,110,215). Sum of RGB (Red+Green+Blue) = 149+110+215=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #956ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ED7 is #6A9128. Grayscale: #858585. Windows color (decimal): -6983977 or 14118549. OLE color: 14118549.

HSL color Cylindrical-coordinate representation of color #956ED7: hue angle of 262.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956ED7 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 110 215 -
CMYK 0.31 0.49 0 0.16
HSL 262.29º 0.57% 0.64% -
HSV(B) 262.29º 0.49% 0.84% -
XYZ 30.24 22.45 67.03 -
YUV 133.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 149 110 215 0.31 0.49 0 0.16 262.29 0.57 0.64
Hex 95 6E D7 1F 31 0 10 106 39 40
Octal 225 156 327 37 61 0 20 406 71 100
Binary 10010101 1101110 11010111 11111 110001 0 10000 100000110 111001 1000000

Color Harmonies of #956ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956ED7

Black with #956ED7

Text Example


Text Example

White with #956ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956ED7; }

 p { color: rgb(149,110,215); }

 H1.HeaderClassName
 {
   color: #956ED7;
 }
 .AnyTagClassName
 {
   color: #956ED7;
 }
</style>

background-color css

<style>
 a { background-color: #956ED7; }

 a { background-color: rgb(149,110,215); }

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

border-color css

<style>
 span { border-color: #956ED7; }

 span { border-color: rgb(149,110,215); }

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