Html Css Color HEX #946CDB Medium Purple

📋 copy color: '#946CDB'

red 148 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #946CDB

Tints of Medium Purple #946CDB

RGB

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

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

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

R = 31.16%
G = 22.74%
B = 46.11%

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

#946CDB (or 0x946CDB) is known color: Medium Purple. HEX triplet: 94, 6C and DB. RGB value is (148,108,219). Sum of RGB (Red+Green+Blue) = 148+108+219=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #946CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CDB is #6B9324. Grayscale: #848484. Windows color (decimal): -7050021 or 14380180. OLE color: 14380180.

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

Color convert

RGB 148 108 219 -
CMYK 0.32 0.51 0 0.14
HSL 261.62º 0.61% 0.64% -
HSV(B) 261.62º 0.51% 0.86% -
XYZ 30.36 22.14 69.69 -
YUV 132.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 148 108 219 0.32 0.51 0 0.14 261.62 0.61 0.64
Hex 94 6C DB 20 33 0 E 106 3D 40
Octal 224 154 333 40 63 0 16 406 75 100
Binary 10010100 1101100 11011011 100000 110011 0 1110 100000110 111101 1000000

Color Harmonies of #946CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CDB

Black with #946CDB

Text Example


Text Example

White with #946CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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