Html Css Color HEX #946BDB Medium Purple

📋 copy color: '#946BDB'

red 148 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #946BDB

Tints of Medium Purple #946BDB

RGB

 RED value IS 148 (58.2% from 255) = 31.22%

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

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

R = 31.22%
G = 22.57%
B = 46.2%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#946BDB (or 0x946BDB) is known color: Medium Purple. HEX triplet: 94, 6B and DB. RGB value is (148,107,219). Sum of RGB (Red+Green+Blue) = 148+107+219=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 107 (42.19% from 255 or 22.57% 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 #946BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BDB is #6B9424. Grayscale: #838383. Windows color (decimal): -7050277 or 14379924. OLE color: 14379924.

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

Color convert

RGB 148 107 219 -
CMYK 0.32 0.51 0 0.14
HSL 261.96º 0.61% 0.64% -
HSV(B) 261.96º 0.51% 0.86% -
XYZ 30.26 21.93 69.66 -
YUV 132.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 148 107 219 0.32 0.51 0 0.14 261.96 0.61 0.64
Hex 94 6B DB 20 33 0 E 106 3D 40
Octal 224 153 333 40 63 0 16 406 75 100
Binary 10010100 1101011 11011011 100000 110011 0 1110 100000110 111101 1000000

Color Harmonies of #946BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BDB

Black with #946BDB

Text Example


Text Example

White with #946BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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