Html Css Color HEX #936AE8 Medium Purple

📋 copy color: '#936AE8'

red 147 ◦ green 106 ◦ blue 232

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

Shades of Medium Purple #936AE8

Tints of Medium Purple #936AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.86%

 BLUE value IS 232 (91.02% from 255) = 47.84%

R = 30.31%
G = 21.86%
B = 47.84%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#936AE8 (or 0x936AE8) is known color: Medium Purple. HEX triplet: 93, 6A and E8. RGB value is (147,106,232). Sum of RGB (Red+Green+Blue) = 147+106+232=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #936AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936AE8 is #6C9517. Grayscale: #848484. Windows color (decimal): -7116056 or 15231635. OLE color: 15231635.

HSL color Cylindrical-coordinate representation of color #936AE8: hue angle of 259.52º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #936AE8 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 106 232 -
CMYK 0.37 0.54 0 0.09
HSL 259.52º 0.73% 0.66% -
HSV(B) 259.52º 0.54% 0.91% -
XYZ 31.75 22.34 78.98 -
YUV 132.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 147 106 232 0.37 0.54 0 0.09 259.52 0.73 0.66
Hex 93 6A E8 25 36 0 9 104 49 42
Octal 223 152 350 45 66 0 11 404 111 102
Binary 10010011 1101010 11101000 100101 110110 0 1001 100000100 1001001 1000010

Color Harmonies of #936AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936AE8

Black with #936AE8

Text Example


Text Example

White with #936AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936AE8; }

 p { color: rgb(147,106,232); }

 H1.HeaderClassName
 {
   color: #936AE8;
 }
 .AnyTagClassName
 {
   color: #936AE8;
 }
</style>

background-color css

<style>
 a { background-color: #936AE8; }

 a { background-color: rgb(147,106,232); }

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

border-color css

<style>
 span { border-color: #936AE8; }

 span { border-color: rgb(147,106,232); }

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