Html Css Color HEX #927CDB Medium Purple

📋 copy color: '#927CDB'

red 146 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #927CDB

Tints of Medium Purple #927CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

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

R = 29.86%
G = 25.36%
B = 44.79%

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

#927CDB (or 0x927CDB) is known color: Medium Purple. HEX triplet: 92, 7C and DB. RGB value is (146,124,219). Sum of RGB (Red+Green+Blue) = 146+124+219=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #927CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CDB is #6D8324. Grayscale: #8D8D8D. Windows color (decimal): -7176997 or 14384274. OLE color: 14384274.

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

Color convert

RGB 146 124 219 -
CMYK 0.33 0.43 0 0.14
HSL 253.89º 0.57% 0.67% -
HSV(B) 253.89º 0.43% 0.86% -
XYZ 31.85 25.64 70.29 -
YUV 141.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 146 124 219 0.33 0.43 0 0.14 253.89 0.57 0.67
Hex 92 7C DB 21 2B 0 E FE 39 43
Octal 222 174 333 41 53 0 16 376 71 103
Binary 10010010 1111100 11011011 100001 101011 0 1110 11111110 111001 1000011

Color Harmonies of #927CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927CDB

Black with #927CDB

Text Example


Text Example

White with #927CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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