Html Css Color HEX #956DED Medium Purple

📋 copy color: '#956DED'

red 149 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #956DED

Tints of Medium Purple #956DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.02%

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

R = 30.1%
G = 22.02%
B = 47.88%

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

#956DED (or 0x956DED) is known color: Medium Purple. HEX triplet: 95, 6D and ED. RGB value is (149,109,237). Sum of RGB (Red+Green+Blue) = 149+109+237=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #956DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DED is #6A9212. Grayscale: #878787. Windows color (decimal): -6984211 or 15560085. OLE color: 15560085.

HSL color Cylindrical-coordinate representation of color #956DED: hue angle of 258.75º 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 #956DED is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 109 237 -
CMYK 0.37 0.54 0 0.07
HSL 258.75º 0.78% 0.68% -
HSV(B) 258.75º 0.54% 0.93% -
XYZ 33.15 23.44 82.9 -
YUV 135.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 149 109 237 0.37 0.54 0 0.07 258.75 0.78 0.68
Hex 95 6D ED 25 36 0 7 103 4E 44
Octal 225 155 355 45 66 0 7 403 116 104
Binary 10010101 1101101 11101101 100101 110110 0 111 100000011 1001110 1000100

Color Harmonies of #956DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DED

Black with #956DED

Text Example


Text Example

White with #956DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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