Html Css Color HEX #956EE7 Medium Purple

📋 copy color: '#956EE7'

red 149 ◦ green 110 ◦ blue 231

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

Shades of Medium Purple #956EE7

Tints of Medium Purple #956EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 30.41%
G = 22.45%
B = 47.14%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#956EE7 (or 0x956EE7) is known color: Medium Purple. HEX triplet: 95, 6E and E7. RGB value is (149,110,231). Sum of RGB (Red+Green+Blue) = 149+110+231=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #956EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EE7 is #6A9118. Grayscale: #878787. Windows color (decimal): -6983961 or 15167125. OLE color: 15167125.

HSL color Cylindrical-coordinate representation of color #956EE7: hue angle of 259.34º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956EE7 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 110 231 -
CMYK 0.35 0.52 0 0.09
HSL 259.34º 0.72% 0.67% -
HSV(B) 259.34º 0.52% 0.91% -
XYZ 32.39 23.31 78.39 -
YUV 135.46 181.92 137.66 -
System Red Green Blue C M Y K H S L
Decimal 149 110 231 0.35 0.52 0 0.09 259.34 0.72 0.67
Hex 95 6E E7 23 34 0 9 103 48 43
Octal 225 156 347 43 64 0 11 403 110 103
Binary 10010101 1101110 11100111 100011 110100 0 1001 100000011 1001000 1000011

Color Harmonies of #956EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EE7

Black with #956EE7

Text Example


Text Example

White with #956EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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