Html Css Color HEX #936CDB Medium Purple

📋 copy color: '#936CDB'

red 147 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #936CDB

Tints of Medium Purple #936CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 31.01%
G = 22.78%
B = 46.2%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#936CDB (or 0x936CDB) is known color: Medium Purple. HEX triplet: 93, 6C and DB. RGB value is (147,108,219). Sum of RGB (Red+Green+Blue) = 147+108+219=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #936CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CDB is #6C9324. Grayscale: #838383. Windows color (decimal): -7115557 or 14380179. OLE color: 14380179.

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

Color convert

RGB 147 108 219 -
CMYK 0.33 0.51 0 0.14
HSL 261.08º 0.61% 0.64% -
HSV(B) 261.08º 0.51% 0.86% -
XYZ 30.18 22.04 69.68 -
YUV 132.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 147 108 219 0.33 0.51 0 0.14 261.08 0.61 0.64
Hex 93 6C DB 21 33 0 E 105 3D 40
Octal 223 154 333 41 63 0 16 405 75 100
Binary 10010011 1101100 11011011 100001 110011 0 1110 100000101 111101 1000000

Color Harmonies of #936CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936CDB

Black with #936CDB

Text Example


Text Example

White with #936CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,108,219); }

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

background-color css

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

 a { background-color: rgb(147,108,219); }

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

border-color css

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

 span { border-color: rgb(147,108,219); }

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