Html Css Color HEX #935BEB Medium Purple

📋 copy color: '#935BEB'

red 147 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #935BEB

Tints of Medium Purple #935BEB

RGB

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

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

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

R = 31.08%
G = 19.24%
B = 49.68%

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

#935BEB (or 0x935BEB) is known color: Medium Purple. HEX triplet: 93, 5B and EB. RGB value is (147,91,235). Sum of RGB (Red+Green+Blue) = 147+91+235=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #935BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935BEB is #6CA414. Grayscale: #7B7B7B. Windows color (decimal): -7119893 or 15424403. OLE color: 15424403.

HSL color Cylindrical-coordinate representation of color #935BEB: hue angle of 263.33º 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 #935BEB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 91 235 -
CMYK 0.37 0.61 0 0.08
HSL 263.33º 0.78% 0.64% -
HSV(B) 263.33º 0.61% 0.92% -
XYZ 30.77 19.68 80.77 -
YUV 124.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 147 91 235 0.37 0.61 0 0.08 263.33 0.78 0.64
Hex 93 5B EB 25 3D 0 8 107 4E 40
Octal 223 133 353 45 75 0 10 407 116 100
Binary 10010011 1011011 11101011 100101 111101 0 1000 100000111 1001110 1000000

Color Harmonies of #935BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935BEB

Black with #935BEB

Text Example


Text Example

White with #935BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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