Html Css Color HEX #956FEF Medium Purple

📋 copy color: '#956FEF'

red 149 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #956FEF

Tints of Medium Purple #956FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 29.86%
G = 22.24%
B = 47.9%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#956FEF (or 0x956FEF) is known color: Medium Purple. HEX triplet: 95, 6F and EF. RGB value is (149,111,239). Sum of RGB (Red+Green+Blue) = 149+111+239=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #956FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FEF is #6A9010. Grayscale: #888888. Windows color (decimal): -6983697 or 15691669. OLE color: 15691669.

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

Color convert

RGB 149 111 239 -
CMYK 0.38 0.54 0 0.06
HSL 257.81º 0.8% 0.69% -
HSV(B) 257.81º 0.54% 0.94% -
XYZ 33.66 23.99 84.52 -
YUV 136.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 149 111 239 0.38 0.54 0 0.06 257.81 0.8 0.69
Hex 95 6F EF 26 36 0 6 102 50 45
Octal 225 157 357 46 66 0 6 402 120 105
Binary 10010101 1101111 11101111 100110 110110 0 110 100000010 1010000 1000101

Color Harmonies of #956FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FEF

Black with #956FEF

Text Example


Text Example

White with #956FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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