Html Css Color HEX #927DDB Medium Purple

📋 copy color: '#927DDB'

red 146 ◦ green 125 ◦ blue 219

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

Shades of Medium Purple #927DDB

Tints of Medium Purple #927DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

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

R = 29.8%
G = 25.51%
B = 44.69%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#927DDB (or 0x927DDB) is known color: Medium Purple. HEX triplet: 92, 7D and DB. RGB value is (146,125,219). Sum of RGB (Red+Green+Blue) = 146+125+219=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #927DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DDB is #6D8224. Grayscale: #8D8D8D. Windows color (decimal): -7176741 or 14384530. OLE color: 14384530.

HSL color Cylindrical-coordinate representation of color #927DDB: hue angle of 253.4º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #927DDB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 125 219 -
CMYK 0.33 0.43 0 0.14
HSL 253.4º 0.57% 0.67% -
HSV(B) 253.4º 0.43% 0.86% -
XYZ 31.97 25.89 70.33 -
YUV 142 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 146 125 219 0.33 0.43 0 0.14 253.4 0.57 0.67
Hex 92 7D DB 21 2B 0 E FD 39 43
Octal 222 175 333 41 53 0 16 375 71 103
Binary 10010010 1111101 11011011 100001 101011 0 1110 11111101 111001 1000011

Color Harmonies of #927DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927DDB

Black with #927DDB

Text Example


Text Example

White with #927DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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