Html Css Color HEX #955EEF Medium Purple

📋 copy color: '#955EEF'

red 149 ◦ green 94 ◦ blue 239

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

Shades of Medium Purple #955EEF

Tints of Medium Purple #955EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.5%

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

R = 30.91%
G = 19.5%
B = 49.59%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#955EEF (or 0x955EEF) is known color: Medium Purple. HEX triplet: 95, 5E and EF. RGB value is (149,94,239). Sum of RGB (Red+Green+Blue) = 149+94+239=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #955EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EEF is #6AA110. Grayscale: #7E7E7E. Windows color (decimal): -6988049 or 15687317. OLE color: 15687317.

HSL color Cylindrical-coordinate representation of color #955EEF: hue angle of 262.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955EEF is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 94 239 -
CMYK 0.38 0.61 0 0.06
HSL 262.76º 0.82% 0.65% -
HSV(B) 262.76º 0.61% 0.94% -
XYZ 31.98 20.63 83.96 -
YUV 126.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 149 94 239 0.38 0.61 0 0.06 262.76 0.82 0.65
Hex 95 5E EF 26 3D 0 6 107 52 41
Octal 225 136 357 46 75 0 6 407 122 101
Binary 10010101 1011110 11101111 100110 111101 0 110 100000111 1010010 1000001

Color Harmonies of #955EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EEF

Black with #955EEF

Text Example


Text Example

White with #955EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955EEF; }

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

 H1.HeaderClassName
 {
   color: #955EEF;
 }
 .AnyTagClassName
 {
   color: #955EEF;
 }
</style>

background-color css

<style>
 a { background-color: #955EEF; }

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

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

border-color css

<style>
 span { border-color: #955EEF; }

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

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