Html Css Color HEX #955CEA Medium Purple

📋 copy color: '#955CEA'

red 149 ◦ green 92 ◦ blue 234

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

Shades of Medium Purple #955CEA

Tints of Medium Purple #955CEA

RGB

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

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

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

R = 31.37%
G = 19.37%
B = 49.26%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#955CEA (or 0x955CEA) is known color: Medium Purple. HEX triplet: 95, 5C and EA. RGB value is (149,92,234). Sum of RGB (Red+Green+Blue) = 149+92+234=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #955CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955CEA is #6AA315. Grayscale: #7C7C7C. Windows color (decimal): -6988566 or 15359125. OLE color: 15359125.

HSL color Cylindrical-coordinate representation of color #955CEA: hue angle of 264.08º degrees, saturation: 0.77, 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 #955CEA is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 92 234 -
CMYK 0.36 0.61 0 0.08
HSL 264.08º 0.77% 0.64% -
HSV(B) 264.08º 0.61% 0.92% -
XYZ 31.07 19.98 80.06 -
YUV 125.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 149 92 234 0.36 0.61 0 0.08 264.08 0.77 0.64
Hex 95 5C EA 24 3D 0 8 108 4D 40
Octal 225 134 352 44 75 0 10 410 115 100
Binary 10010101 1011100 11101010 100100 111101 0 1000 100001000 1001101 1000000

Color Harmonies of #955CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CEA

Black with #955CEA

Text Example


Text Example

White with #955CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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