Html Css Color HEX #956FEC Medium Purple

📋 copy color: '#956FEC'

red 149 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #956FEC

Tints of Medium Purple #956FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 30.04%
G = 22.38%
B = 47.58%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#956FEC (or 0x956FEC) is known color: Medium Purple. HEX triplet: 95, 6F and EC. RGB value is (149,111,236). Sum of RGB (Red+Green+Blue) = 149+111+236=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #956FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FEC is #6A9013. Grayscale: #888888. Windows color (decimal): -6983700 or 15495061. OLE color: 15495061.

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

Color convert

RGB 149 111 236 -
CMYK 0.37 0.53 0 0.07
HSL 258.24º 0.77% 0.68% -
HSV(B) 258.24º 0.53% 0.93% -
XYZ 33.22 23.81 82.2 -
YUV 136.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 149 111 236 0.37 0.53 0 0.07 258.24 0.77 0.68
Hex 95 6F EC 25 35 0 7 102 4D 44
Octal 225 157 354 45 65 0 7 402 115 104
Binary 10010101 1101111 11101100 100101 110101 0 111 100000010 1001101 1000100

Color Harmonies of #956FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FEC

Black with #956FEC

Text Example


Text Example

White with #956FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,236); }

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

background-color css

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

 a { background-color: rgb(149,111,236); }

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

border-color css

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

 span { border-color: rgb(149,111,236); }

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