Html Css Color HEX #9266DC Medium Purple

📋 copy color: '#9266DC'

red 146 ◦ green 102 ◦ blue 220

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

Shades of Medium Purple #9266DC

Tints of Medium Purple #9266DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.79%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 31.2%
G = 21.79%
B = 47.01%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9266DC (or 0x9266DC) is known color: Medium Purple. HEX triplet: 92, 66 and DC. RGB value is (146,102,220). Sum of RGB (Red+Green+Blue) = 146+102+220=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #9266DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9266DC is #6D9923. Grayscale: #808080. Windows color (decimal): -7182628 or 14444178. OLE color: 14444178.

HSL color Cylindrical-coordinate representation of color #9266DC: hue angle of 262.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9266DC is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 102 220 -
CMYK 0.34 0.54 0 0.14
HSL 262.37º 0.63% 0.63% -
HSV(B) 262.37º 0.54% 0.86% -
XYZ 29.52 20.78 70.17 -
YUV 128.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 146 102 220 0.34 0.54 0 0.14 262.37 0.63 0.63
Hex 92 66 DC 22 36 0 E 106 3F 3F
Octal 222 146 334 42 66 0 16 406 77 77
Binary 10010010 1100110 11011100 100010 110110 0 1110 100000110 111111 111111

Color Harmonies of #9266DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9266DC

Black with #9266DC

Text Example


Text Example

White with #9266DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9266DC; }

 p { color: rgb(146,102,220); }

 H1.HeaderClassName
 {
   color: #9266DC;
 }
 .AnyTagClassName
 {
   color: #9266DC;
 }
</style>

background-color css

<style>
 a { background-color: #9266DC; }

 a { background-color: rgb(146,102,220); }

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

border-color css

<style>
 span { border-color: #9266DC; }

 span { border-color: rgb(146,102,220); }

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