Html Css Color HEX #956EED Medium Purple

📋 copy color: '#956EED'

red 149 ◦ green 110 ◦ blue 237

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

Shades of Medium Purple #956EED

Tints of Medium Purple #956EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 30.04%
G = 22.18%
B = 47.78%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#956EED (or 0x956EED) is known color: Medium Purple. HEX triplet: 95, 6E and ED. RGB value is (149,110,237). Sum of RGB (Red+Green+Blue) = 149+110+237=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #956EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EED is #6A9112. Grayscale: #878787. Windows color (decimal): -6983955 or 15560341. OLE color: 15560341.

HSL color Cylindrical-coordinate representation of color #956EED: hue angle of 258.43º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956EED is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 110 237 -
CMYK 0.37 0.54 0 0.07
HSL 258.43º 0.78% 0.68% -
HSV(B) 258.43º 0.54% 0.93% -
XYZ 33.26 23.66 82.93 -
YUV 136.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 149 110 237 0.37 0.54 0 0.07 258.43 0.78 0.68
Hex 95 6E ED 25 36 0 7 102 4E 44
Octal 225 156 355 45 66 0 7 402 116 104
Binary 10010101 1101110 11101101 100101 110110 0 111 100000010 1001110 1000100

Color Harmonies of #956EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EED

Black with #956EED

Text Example


Text Example

White with #956EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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