Html Css Color HEX #926CD1 Medium Purple

📋 copy color: '#926CD1'

red 146 ◦ green 108 ◦ blue 209

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

Shades of Medium Purple #926CD1

Tints of Medium Purple #926CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 31.53%
G = 23.33%
B = 45.14%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#926CD1 (or 0x926CD1) is known color: Medium Purple. HEX triplet: 92, 6C and D1. RGB value is (146,108,209). Sum of RGB (Red+Green+Blue) = 146+108+209=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #926CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926CD1 is #6D932E. Grayscale: #828282. Windows color (decimal): -7181103 or 13724818. OLE color: 13724818.

HSL color Cylindrical-coordinate representation of color #926CD1: hue angle of 262.57º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #926CD1 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 108 209 -
CMYK 0.30 0.48 0 0.18
HSL 262.57º 0.52% 0.62% -
HSV(B) 262.57º 0.48% 0.82% -
XYZ 28.73 21.44 62.95 -
YUV 130.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 146 108 209 0.30 0.48 0 0.18 262.57 0.52 0.62
Hex 92 6C D1 1E 30 0 12 107 34 3E
Octal 222 154 321 36 60 0 22 407 64 76
Binary 10010010 1101100 11010001 11110 110000 0 10010 100000111 110100 111110

Color Harmonies of #926CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926CD1

Black with #926CD1

Text Example


Text Example

White with #926CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,108,209); }

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

background-color css

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

 a { background-color: rgb(146,108,209); }

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

border-color css

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

 span { border-color: rgb(146,108,209); }

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