Html Css Color HEX #936BDB Medium Purple

📋 copy color: '#936BDB'

red 147 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #936BDB

Tints of Medium Purple #936BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.62%

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

R = 31.08%
G = 22.62%
B = 46.3%

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

#936BDB (or 0x936BDB) is known color: Medium Purple. HEX triplet: 93, 6B and DB. RGB value is (147,107,219). Sum of RGB (Red+Green+Blue) = 147+107+219=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #936BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BDB is #6C9424. Grayscale: #838383. Windows color (decimal): -7115813 or 14379923. OLE color: 14379923.

HSL color Cylindrical-coordinate representation of color #936BDB: hue angle of 261.43º 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 #936BDB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 107 219 -
CMYK 0.33 0.51 0 0.14
HSL 261.43º 0.61% 0.64% -
HSV(B) 261.43º 0.51% 0.86% -
XYZ 30.08 21.83 69.65 -
YUV 131.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 147 107 219 0.33 0.51 0 0.14 261.43 0.61 0.64
Hex 93 6B DB 21 33 0 E 105 3D 40
Octal 223 153 333 41 63 0 16 405 75 100
Binary 10010011 1101011 11011011 100001 110011 0 1110 100000101 111101 1000000

Color Harmonies of #936BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936BDB

Black with #936BDB

Text Example


Text Example

White with #936BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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