Html Css Color HEX #956EEB Medium Purple

📋 copy color: '#956EEB'

red 149 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #956EEB

Tints of Medium Purple #956EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 30.16%
G = 22.27%
B = 47.57%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#956EEB (or 0x956EEB) is known color: Medium Purple. HEX triplet: 95, 6E and EB. RGB value is (149,110,235). Sum of RGB (Red+Green+Blue) = 149+110+235=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #956EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EEB is #6A9114. Grayscale: #878787. Windows color (decimal): -6983957 or 15429269. OLE color: 15429269.

HSL color Cylindrical-coordinate representation of color #956EEB: hue angle of 258.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956EEB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 110 235 -
CMYK 0.37 0.53 0 0.08
HSL 258.72º 0.76% 0.68% -
HSV(B) 258.72º 0.53% 0.92% -
XYZ 32.97 23.54 81.4 -
YUV 135.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 149 110 235 0.37 0.53 0 0.08 258.72 0.76 0.68
Hex 95 6E EB 25 35 0 8 103 4C 44
Octal 225 156 353 45 65 0 10 403 114 104
Binary 10010101 1101110 11101011 100101 110101 0 1000 100000011 1001100 1000100

Color Harmonies of #956EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EEB

Black with #956EEB

Text Example


Text Example

White with #956EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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