Html Css Color HEX #935AEB Medium Purple

📋 copy color: '#935AEB'

red 147 ◦ green 90 ◦ blue 235

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

Shades of Medium Purple #935AEB

Tints of Medium Purple #935AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

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

R = 31.14%
G = 19.07%
B = 49.79%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#935AEB (or 0x935AEB) is known color: Medium Purple. HEX triplet: 93, 5A and EB. RGB value is (147,90,235). Sum of RGB (Red+Green+Blue) = 147+90+235=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #935AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AEB is #6CA514. Grayscale: #7B7B7B. Windows color (decimal): -7120149 or 15424147. OLE color: 15424147.

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

Color convert

RGB 147 90 235 -
CMYK 0.37 0.62 0 0.08
HSL 263.59º 0.78% 0.64% -
HSV(B) 263.59º 0.62% 0.92% -
XYZ 30.68 19.51 80.75 -
YUV 123.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 147 90 235 0.37 0.62 0 0.08 263.59 0.78 0.64
Hex 93 5A EB 25 3E 0 8 108 4E 40
Octal 223 132 353 45 76 0 10 410 116 100
Binary 10010011 1011010 11101011 100101 111110 0 1000 100001000 1001110 1000000

Color Harmonies of #935AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AEB

Black with #935AEB

Text Example


Text Example

White with #935AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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