Html Css Color HEX #956CE1 Medium Purple

📋 copy color: '#956CE1'

red 149 ◦ green 108 ◦ blue 225

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

Shades of Medium Purple #956CE1

Tints of Medium Purple #956CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 30.91%
G = 22.41%
B = 46.68%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#956CE1 (or 0x956CE1) is known color: Medium Purple. HEX triplet: 95, 6C and E1. RGB value is (149,108,225). Sum of RGB (Red+Green+Blue) = 149+108+225=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #956CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CE1 is #6A931E. Grayscale: #858585. Windows color (decimal): -6984479 or 14773397. OLE color: 14773397.

HSL color Cylindrical-coordinate representation of color #956CE1: hue angle of 261.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956CE1 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 108 225 -
CMYK 0.34 0.52 0 0.12
HSL 261.03º 0.66% 0.65% -
HSV(B) 261.03º 0.52% 0.88% -
XYZ 31.35 22.55 73.93 -
YUV 133.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 149 108 225 0.34 0.52 0 0.12 261.03 0.66 0.65
Hex 95 6C E1 22 34 0 C 105 42 41
Octal 225 154 341 42 64 0 14 405 102 101
Binary 10010101 1101100 11100001 100010 110100 0 1100 100000101 1000010 1000001

Color Harmonies of #956CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CE1

Black with #956CE1

Text Example


Text Example

White with #956CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,225); }

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

background-color css

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

 a { background-color: rgb(149,108,225); }

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

border-color css

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

 span { border-color: rgb(149,108,225); }

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