Html Css Color HEX #9268DC Medium Purple

📋 copy color: '#9268DC'

red 146 ◦ green 104 ◦ blue 220

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

Shades of Medium Purple #9268DC

Tints of Medium Purple #9268DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

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

R = 31.06%
G = 22.13%
B = 46.81%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9268DC (or 0x9268DC) is known color: Medium Purple. HEX triplet: 92, 68 and DC. RGB value is (146,104,220). Sum of RGB (Red+Green+Blue) = 146+104+220=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #9268DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268DC is #6D9723. Grayscale: #818181. Windows color (decimal): -7182116 or 14444690. OLE color: 14444690.

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

Color convert

RGB 146 104 220 -
CMYK 0.34 0.53 0 0.14
HSL 261.72º 0.62% 0.64% -
HSV(B) 261.72º 0.53% 0.86% -
XYZ 29.72 21.18 70.23 -
YUV 129.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 146 104 220 0.34 0.53 0 0.14 261.72 0.62 0.64
Hex 92 68 DC 22 35 0 E 106 3E 40
Octal 222 150 334 42 65 0 16 406 76 100
Binary 10010010 1101000 11011100 100010 110101 0 1110 100000110 111110 1000000

Color Harmonies of #9268DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9268DC

Black with #9268DC

Text Example


Text Example

White with #9268DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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