Html Css Color HEX #956EF1 Medium Purple

📋 copy color: '#956EF1'

red 149 ◦ green 110 ◦ blue 241

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

Shades of Medium Purple #956EF1

Tints of Medium Purple #956EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22%

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 29.8%
G = 22%
B = 48.2%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#956EF1 (or 0x956EF1) is known color: Medium Purple. HEX triplet: 95, 6E and F1. RGB value is (149,110,241). Sum of RGB (Red+Green+Blue) = 149+110+241=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #956EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EF1 is #6A910E. Grayscale: #888888. Windows color (decimal): -6983951 or 15822485. OLE color: 15822485.

HSL color Cylindrical-coordinate representation of color #956EF1: hue angle of 257.86º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956EF1 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 110 241 -
CMYK 0.38 0.54 0 0.05
HSL 257.86º 0.82% 0.69% -
HSV(B) 257.86º 0.54% 0.95% -
XYZ 33.85 23.89 86.05 -
YUV 136.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 149 110 241 0.38 0.54 0 0.05 257.86 0.82 0.69
Hex 95 6E F1 26 36 0 5 102 52 45
Octal 225 156 361 46 66 0 5 402 122 105
Binary 10010101 1101110 11110001 100110 110110 0 101 100000010 1010010 1000101

Color Harmonies of #956EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EF1

Black with #956EF1

Text Example


Text Example

White with #956EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,110,241); }

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

background-color css

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

 a { background-color: rgb(149,110,241); }

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

border-color css

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

 span { border-color: rgb(149,110,241); }

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