Html Css Color HEX #956CE5 Medium Purple

📋 copy color: '#956CE5'

red 149 ◦ green 108 ◦ blue 229

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

Shades of Medium Purple #956CE5

Tints of Medium Purple #956CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 30.66%
G = 22.22%
B = 47.12%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#956CE5 (or 0x956CE5) is known color: Medium Purple. HEX triplet: 95, 6C and E5. RGB value is (149,108,229). Sum of RGB (Red+Green+Blue) = 149+108+229=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #956CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CE5 is #6A931A. Grayscale: #858585. Windows color (decimal): -6984475 or 15035541. OLE color: 15035541.

HSL color Cylindrical-coordinate representation of color #956CE5: hue angle of 260.33º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956CE5 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 108 229 -
CMYK 0.35 0.53 0 0.10
HSL 260.33º 0.7% 0.66% -
HSV(B) 260.33º 0.53% 0.9% -
XYZ 31.9 22.77 76.84 -
YUV 134.05 181.58 138.66 -
System Red Green Blue C M Y K H S L
Decimal 149 108 229 0.35 0.53 0 0.10 260.33 0.7 0.66
Hex 95 6C E5 23 35 0 A 104 46 42
Octal 225 154 345 43 65 0 12 404 106 102
Binary 10010101 1101100 11100101 100011 110101 0 1010 100000100 1000110 1000010

Color Harmonies of #956CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CE5

Black with #956CE5

Text Example


Text Example

White with #956CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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