Html Css Color HEX #956FDF Medium Purple

📋 copy color: '#956FDF'

red 149 ◦ green 111 ◦ blue 223

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

Shades of Medium Purple #956FDF

Tints of Medium Purple #956FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 30.85%
G = 22.98%
B = 46.17%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#956FDF (or 0x956FDF) is known color: Medium Purple. HEX triplet: 95, 6F and DF. RGB value is (149,111,223). Sum of RGB (Red+Green+Blue) = 149+111+223=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #956FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FDF is #6A9020. Grayscale: #868686. Windows color (decimal): -6983713 or 14643093. OLE color: 14643093.

HSL color Cylindrical-coordinate representation of color #956FDF: hue angle of 260.36º degrees, saturation: 0.64, 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 #956FDF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 111 223 -
CMYK 0.33 0.50 0 0.13
HSL 260.36º 0.64% 0.65% -
HSV(B) 260.36º 0.5% 0.87% -
XYZ 31.4 23.09 72.61 -
YUV 135.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 149 111 223 0.33 0.50 0 0.13 260.36 0.64 0.65
Hex 95 6F DF 21 32 0 D 104 40 41
Octal 225 157 337 41 62 0 15 404 100 101
Binary 10010101 1101111 11011111 100001 110010 0 1101 100000100 1000000 1000001

Color Harmonies of #956FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FDF

Black with #956FDF

Text Example


Text Example

White with #956FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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