Html Css Color HEX #926DDB Medium Purple

📋 copy color: '#926DDB'

red 146 ◦ green 109 ◦ blue 219

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

Shades of Medium Purple #926DDB

Tints of Medium Purple #926DDB

RGB

 RED value IS 146 (57.42% from 255) = 30.8%

 GREEN value IS 109 (42.97% from 255) = 23%

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

R = 30.8%
G = 23%
B = 46.2%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#926DDB (or 0x926DDB) is known color: Medium Purple. HEX triplet: 92, 6D and DB. RGB value is (146,109,219). Sum of RGB (Red+Green+Blue) = 146+109+219=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 109 (42.97% from 255 or 23.00% 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 #926DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DDB is #6D9224. Grayscale: #848484. Windows color (decimal): -7180837 or 14380434. OLE color: 14380434.

HSL color Cylindrical-coordinate representation of color #926DDB: hue angle of 260.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926DDB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 109 219 -
CMYK 0.33 0.50 0 0.14
HSL 260.18º 0.6% 0.64% -
HSV(B) 260.18º 0.5% 0.86% -
XYZ 30.11 22.16 69.71 -
YUV 132.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 146 109 219 0.33 0.50 0 0.14 260.18 0.6 0.64
Hex 92 6D DB 21 32 0 E 104 3C 40
Octal 222 155 333 41 62 0 16 404 74 100
Binary 10010010 1101101 11011011 100001 110010 0 1110 100000100 111100 1000000

Color Harmonies of #926DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926DDB

Black with #926DDB

Text Example


Text Example

White with #926DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926DDB; }

 p { color: rgb(146,109,219); }

 H1.HeaderClassName
 {
   color: #926DDB;
 }
 .AnyTagClassName
 {
   color: #926DDB;
 }
</style>

background-color css

<style>
 a { background-color: #926DDB; }

 a { background-color: rgb(146,109,219); }

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

border-color css

<style>
 span { border-color: #926DDB; }

 span { border-color: rgb(146,109,219); }

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