Html Css Color HEX #955BE7 Medium Purple

📋 copy color: '#955BE7'

red 149 ◦ green 91 ◦ blue 231

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

Shades of Medium Purple #955BE7

Tints of Medium Purple #955BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 31.63%
G = 19.32%
B = 49.04%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#955BE7 (or 0x955BE7) is known color: Medium Purple. HEX triplet: 95, 5B and E7. RGB value is (149,91,231). Sum of RGB (Red+Green+Blue) = 149+91+231=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #955BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BE7 is #6AA418. Grayscale: #7B7B7B. Windows color (decimal): -6988825 or 15162261. OLE color: 15162261.

HSL color Cylindrical-coordinate representation of color #955BE7: hue angle of 264.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955BE7 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 91 231 -
CMYK 0.35 0.61 0 0.09
HSL 264.86º 0.74% 0.63% -
HSV(B) 264.86º 0.61% 0.91% -
XYZ 30.56 19.64 77.78 -
YUV 124.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 149 91 231 0.35 0.61 0 0.09 264.86 0.74 0.63
Hex 95 5B E7 23 3D 0 9 109 4A 3F
Octal 225 133 347 43 75 0 11 411 112 77
Binary 10010101 1011011 11100111 100011 111101 0 1001 100001001 1001010 111111

Color Harmonies of #955BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BE7

Black with #955BE7

Text Example


Text Example

White with #955BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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