Html Css Color HEX #956FDE Medium Purple

📋 copy color: '#956FDE'

red 149 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #956FDE

Tints of Medium Purple #956FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 30.91%
G = 23.03%
B = 46.06%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#956FDE (or 0x956FDE) is known color: Medium Purple. HEX triplet: 95, 6F and DE. RGB value is (149,111,222). Sum of RGB (Red+Green+Blue) = 149+111+222=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #956FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FDE is #6A9021. Grayscale: #868686. Windows color (decimal): -6983714 or 14577557. OLE color: 14577557.

HSL color Cylindrical-coordinate representation of color #956FDE: hue angle of 260.54º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956FDE is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 111 222 -
CMYK 0.33 0.5 0 0.13
HSL 260.54º 0.63% 0.65% -
HSV(B) 260.54º 0.5% 0.87% -
XYZ 31.26 23.03 71.91 -
YUV 135.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 149 111 222 0.33 0.5 0 0.13 260.54 0.63 0.65
Hex 95 6F DE 21 32 0 D 105 3F 41
Octal 225 157 336 41 62 0 15 405 77 101
Binary 10010101 1101111 11011110 100001 110010 0 1101 100000101 111111 1000001

Color Harmonies of #956FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FDE

Black with #956FDE

Text Example


Text Example

White with #956FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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