Html Css Color HEX #935FEB Medium Purple

📋 copy color: '#935FEB'

red 147 ◦ green 95 ◦ blue 235

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

Shades of Medium Purple #935FEB

Tints of Medium Purple #935FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.92%

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

R = 30.82%
G = 19.92%
B = 49.27%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#935FEB (or 0x935FEB) is known color: Medium Purple. HEX triplet: 93, 5F and EB. RGB value is (147,95,235). Sum of RGB (Red+Green+Blue) = 147+95+235=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #935FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935FEB is #6CA014. Grayscale: #7E7E7E. Windows color (decimal): -7118869 or 15425427. OLE color: 15425427.

HSL color Cylindrical-coordinate representation of color #935FEB: hue angle of 262.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #935FEB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 95 235 -
CMYK 0.37 0.60 0 0.08
HSL 262.29º 0.78% 0.65% -
HSV(B) 262.29º 0.6% 0.92% -
XYZ 31.12 20.39 80.89 -
YUV 126.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 147 95 235 0.37 0.60 0 0.08 262.29 0.78 0.65
Hex 93 5F EB 25 3C 0 8 106 4E 41
Octal 223 137 353 45 74 0 10 406 116 101
Binary 10010011 1011111 11101011 100101 111100 0 1000 100000110 1001110 1000001

Color Harmonies of #935FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FEB

Black with #935FEB

Text Example


Text Example

White with #935FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,95,235); }

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

background-color css

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

 a { background-color: rgb(147,95,235); }

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

border-color css

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

 span { border-color: rgb(147,95,235); }

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