Html Css Color HEX #935CE5 Medium Purple

📋 copy color: '#935CE5'

red 147 ◦ green 92 ◦ blue 229

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

Shades of Medium Purple #935CE5

Tints of Medium Purple #935CE5

RGB

 RED value IS 147 (57.81% from 255) = 31.41%

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

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 31.41%
G = 19.66%
B = 48.93%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#935CE5 (or 0x935CE5) is known color: Medium Purple. HEX triplet: 93, 5C and E5. RGB value is (147,92,229). Sum of RGB (Red+Green+Blue) = 147+92+229=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #935CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CE5 is #6CA31A. Grayscale: #7B7B7B. Windows color (decimal): -7119643 or 15031443. OLE color: 15031443.

HSL color Cylindrical-coordinate representation of color #935CE5: hue angle of 264.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #935CE5 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 92 229 -
CMYK 0.36 0.60 0 0.10
HSL 264.09º 0.72% 0.63% -
HSV(B) 264.09º 0.6% 0.9% -
XYZ 30 19.51 76.31 -
YUV 124.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 147 92 229 0.36 0.60 0 0.10 264.09 0.72 0.63
Hex 93 5C E5 24 3C 0 A 108 48 3F
Octal 223 134 345 44 74 0 12 410 110 77
Binary 10010011 1011100 11100101 100100 111100 0 1010 100001000 1001000 111111

Color Harmonies of #935CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CE5

Black with #935CE5

Text Example


Text Example

White with #935CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935CE5; }

 p { color: rgb(147,92,229); }

 H1.HeaderClassName
 {
   color: #935CE5;
 }
 .AnyTagClassName
 {
   color: #935CE5;
 }
</style>

background-color css

<style>
 a { background-color: #935CE5; }

 a { background-color: rgb(147,92,229); }

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

border-color css

<style>
 span { border-color: #935CE5; }

 span { border-color: rgb(147,92,229); }

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