Html Css Color HEX #927CDD Medium Purple

📋 copy color: '#927CDD'

red 146 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #927CDD

Tints of Medium Purple #927CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 29.74%
G = 25.25%
B = 45.01%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#927CDD (or 0x927CDD) is known color: Medium Purple. HEX triplet: 92, 7C and DD. RGB value is (146,124,221). Sum of RGB (Red+Green+Blue) = 146+124+221=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #927CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CDD is #6D8322. Grayscale: #8D8D8D. Windows color (decimal): -7176995 or 14515346. OLE color: 14515346.

HSL color Cylindrical-coordinate representation of color #927CDD: hue angle of 253.61º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927CDD is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 124 221 -
CMYK 0.34 0.44 0 0.13
HSL 253.61º 0.59% 0.68% -
HSV(B) 253.61º 0.44% 0.87% -
XYZ 32.11 25.75 71.68 -
YUV 141.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 146 124 221 0.34 0.44 0 0.13 253.61 0.59 0.68
Hex 92 7C DD 22 2C 0 D FE 3B 44
Octal 222 174 335 42 54 0 15 376 73 104
Binary 10010010 1111100 11011101 100010 101100 0 1101 11111110 111011 1000100

Color Harmonies of #927CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927CDD

Black with #927CDD

Text Example


Text Example

White with #927CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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