Html Css Color HEX #955CEB Medium Purple

📋 copy color: '#955CEB'

red 149 ◦ green 92 ◦ blue 235

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

Shades of Medium Purple #955CEB

Tints of Medium Purple #955CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.33%

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 31.3%
G = 19.33%
B = 49.37%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#955CEB (or 0x955CEB) is known color: Medium Purple. HEX triplet: 95, 5C and EB. RGB value is (149,92,235). Sum of RGB (Red+Green+Blue) = 149+92+235=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #955CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955CEB is #6AA314. Grayscale: #7C7C7C. Windows color (decimal): -6988565 or 15424661. OLE color: 15424661.

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

Color convert

RGB 149 92 235 -
CMYK 0.37 0.61 0 0.08
HSL 263.92º 0.78% 0.64% -
HSV(B) 263.92º 0.61% 0.92% -
XYZ 31.22 20.04 80.82 -
YUV 125.35 189.88 144.87 -
System Red Green Blue C M Y K H S L
Decimal 149 92 235 0.37 0.61 0 0.08 263.92 0.78 0.64
Hex 95 5C EB 25 3D 0 8 108 4E 40
Octal 225 134 353 45 75 0 10 410 116 100
Binary 10010101 1011100 11101011 100101 111101 0 1000 100001000 1001110 1000000

Color Harmonies of #955CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CEB

Black with #955CEB

Text Example


Text Example

White with #955CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,92,235); }

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

background-color css

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

 a { background-color: rgb(149,92,235); }

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

border-color css

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

 span { border-color: rgb(149,92,235); }

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