Html Css Color HEX #936AD2 Medium Purple

📋 copy color: '#936AD2'

red 147 ◦ green 106 ◦ blue 210

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

Shades of Medium Purple #936AD2

Tints of Medium Purple #936AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 31.75%
G = 22.89%
B = 45.36%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#936AD2 (or 0x936AD2) is known color: Medium Purple. HEX triplet: 93, 6A and D2. RGB value is (147,106,210). Sum of RGB (Red+Green+Blue) = 147+106+210=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #936AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936AD2 is #6C952D. Grayscale: #818181. Windows color (decimal): -7116078 or 13789843. OLE color: 13789843.

HSL color Cylindrical-coordinate representation of color #936AD2: hue angle of 263.65º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936AD2 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 106 210 -
CMYK 0.30 0.50 0 0.18
HSL 263.65º 0.54% 0.62% -
HSV(B) 263.65º 0.5% 0.82% -
XYZ 28.82 21.16 63.54 -
YUV 130.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 147 106 210 0.30 0.50 0 0.18 263.65 0.54 0.62
Hex 93 6A D2 1E 32 0 12 108 36 3E
Octal 223 152 322 36 62 0 22 410 66 76
Binary 10010011 1101010 11010010 11110 110010 0 10010 100001000 110110 111110

Color Harmonies of #936AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936AD2

Black with #936AD2

Text Example


Text Example

White with #936AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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