Html Css Color HEX #956EF2 Medium Purple

📋 copy color: '#956EF2'

red 149 ◦ green 110 ◦ blue 242

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

Shades of Medium Purple #956EF2

Tints of Medium Purple #956EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.3%

R = 29.74%
G = 21.96%
B = 48.3%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#956EF2 (or 0x956EF2) is known color: Medium Purple. HEX triplet: 95, 6E and F2. RGB value is (149,110,242). Sum of RGB (Red+Green+Blue) = 149+110+242=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #956EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EF2 is #6A910D. Grayscale: #888888. Windows color (decimal): -6983950 or 15888021. OLE color: 15888021.

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

Color convert

RGB 149 110 242 -
CMYK 0.38 0.55 0 0.05
HSL 257.73º 0.84% 0.69% -
HSV(B) 257.73º 0.55% 0.95% -
XYZ 34 23.95 86.84 -
YUV 136.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 149 110 242 0.38 0.55 0 0.05 257.73 0.84 0.69
Hex 95 6E F2 26 37 0 5 102 54 45
Octal 225 156 362 46 67 0 5 402 124 105
Binary 10010101 1101110 11110010 100110 110111 0 101 100000010 1010100 1000101

Color Harmonies of #956EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EF2

Black with #956EF2

Text Example


Text Example

White with #956EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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