Html Css Color HEX #955BEC Medium Purple

📋 copy color: '#955BEC'

red 149 ◦ green 91 ◦ blue 236

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

Shades of Medium Purple #955BEC

Tints of Medium Purple #955BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.12%

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 31.3%
G = 19.12%
B = 49.58%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#955BEC (or 0x955BEC) is known color: Medium Purple. HEX triplet: 95, 5B and EC. RGB value is (149,91,236). Sum of RGB (Red+Green+Blue) = 149+91+236=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #955BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BEC is #6AA413. Grayscale: #7C7C7C. Windows color (decimal): -6988820 or 15489941. OLE color: 15489941.

HSL color Cylindrical-coordinate representation of color #955BEC: hue angle of 264º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955BEC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 91 236 -
CMYK 0.37 0.61 0 0.07
HSL 264º 0.79% 0.64% -
HSV(B) 264º 0.61% 0.93% -
XYZ 31.28 19.93 81.55 -
YUV 124.87 190.72 145.21 -
System Red Green Blue C M Y K H S L
Decimal 149 91 236 0.37 0.61 0 0.07 264 0.79 0.64
Hex 95 5B EC 25 3D 0 7 108 4F 40
Octal 225 133 354 45 75 0 7 410 117 100
Binary 10010101 1011011 11101100 100101 111101 0 111 100001000 1001111 1000000

Color Harmonies of #955BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BEC

Black with #955BEC

Text Example


Text Example

White with #955BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,91,236); }

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

background-color css

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

 a { background-color: rgb(149,91,236); }

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

border-color css

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

 span { border-color: rgb(149,91,236); }

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