Html Css Color HEX #955EEA Medium Purple

📋 copy color: '#955EEA'

red 149 ◦ green 94 ◦ blue 234

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

Shades of Medium Purple #955EEA

Tints of Medium Purple #955EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 31.24%
G = 19.71%
B = 49.06%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#955EEA (or 0x955EEA) is known color: Medium Purple. HEX triplet: 95, 5E and EA. RGB value is (149,94,234). Sum of RGB (Red+Green+Blue) = 149+94+234=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #955EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EEA is #6AA115. Grayscale: #7D7D7D. Windows color (decimal): -6988054 or 15359637. OLE color: 15359637.

HSL color Cylindrical-coordinate representation of color #955EEA: hue angle of 263.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955EEA is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 94 234 -
CMYK 0.36 0.60 0 0.08
HSL 263.57º 0.77% 0.64% -
HSV(B) 263.57º 0.6% 0.92% -
XYZ 31.25 20.34 80.12 -
YUV 126.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 149 94 234 0.36 0.60 0 0.08 263.57 0.77 0.64
Hex 95 5E EA 24 3C 0 8 108 4D 40
Octal 225 136 352 44 74 0 10 410 115 100
Binary 10010101 1011110 11101010 100100 111100 0 1000 100001000 1001101 1000000

Color Harmonies of #955EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EEA

Black with #955EEA

Text Example


Text Example

White with #955EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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