Html Css Color HEX #956CDC Medium Purple

📋 copy color: '#956CDC'

red 149 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #956CDC

Tints of Medium Purple #956CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 31.24%
G = 22.64%
B = 46.12%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#956CDC (or 0x956CDC) is known color: Medium Purple. HEX triplet: 95, 6C and DC. RGB value is (149,108,220). Sum of RGB (Red+Green+Blue) = 149+108+220=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #956CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CDC is #6A9323. Grayscale: #848484. Windows color (decimal): -6984484 or 14445717. OLE color: 14445717.

HSL color Cylindrical-coordinate representation of color #956CDC: hue angle of 261.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956CDC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 108 220 -
CMYK 0.32 0.51 0 0.14
HSL 261.96º 0.62% 0.64% -
HSV(B) 261.96º 0.51% 0.86% -
XYZ 30.68 22.28 70.39 -
YUV 133.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 149 108 220 0.32 0.51 0 0.14 261.96 0.62 0.64
Hex 95 6C DC 20 33 0 E 106 3E 40
Octal 225 154 334 40 63 0 16 406 76 100
Binary 10010101 1101100 11011100 100000 110011 0 1110 100000110 111110 1000000

Color Harmonies of #956CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CDC

Black with #956CDC

Text Example


Text Example

White with #956CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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