Html Css Color HEX #936ADC Medium Purple

📋 copy color: '#936ADC'

red 147 ◦ green 106 ◦ blue 220

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

Shades of Medium Purple #936ADC

Tints of Medium Purple #936ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 31.08%
G = 22.41%
B = 46.51%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#936ADC (or 0x936ADC) is known color: Medium Purple. HEX triplet: 93, 6A and DC. RGB value is (147,106,220). Sum of RGB (Red+Green+Blue) = 147+106+220=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #936ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ADC is #6C9523. Grayscale: #828282. Windows color (decimal): -7116068 or 14445203. OLE color: 14445203.

HSL color Cylindrical-coordinate representation of color #936ADC: hue angle of 261.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #936ADC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 106 220 -
CMYK 0.33 0.52 0 0.14
HSL 261.58º 0.62% 0.64% -
HSV(B) 261.58º 0.52% 0.86% -
XYZ 30.1 21.68 70.31 -
YUV 131.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 147 106 220 0.33 0.52 0 0.14 261.58 0.62 0.64
Hex 93 6A DC 21 34 0 E 106 3E 40
Octal 223 152 334 41 64 0 16 406 76 100
Binary 10010011 1101010 11011100 100001 110100 0 1110 100000110 111110 1000000

Color Harmonies of #936ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936ADC

Black with #936ADC

Text Example


Text Example

White with #936ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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