Html Css Color HEX #9268DB Medium Purple

📋 copy color: '#9268DB'

red 146 ◦ green 104 ◦ blue 219

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

Shades of Medium Purple #9268DB

Tints of Medium Purple #9268DB

RGB

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

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

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

R = 31.13%
G = 22.17%
B = 46.7%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9268DB (or 0x9268DB) is known color: Medium Purple. HEX triplet: 92, 68 and DB. RGB value is (146,104,219). Sum of RGB (Red+Green+Blue) = 146+104+219=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #9268DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268DB is #6D9724. Grayscale: #818181. Windows color (decimal): -7182117 or 14379154. OLE color: 14379154.

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

Color convert

RGB 146 104 219 -
CMYK 0.33 0.53 0 0.14
HSL 261.91º 0.61% 0.63% -
HSV(B) 261.91º 0.53% 0.86% -
XYZ 29.59 21.13 69.54 -
YUV 129.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 146 104 219 0.33 0.53 0 0.14 261.91 0.61 0.63
Hex 92 68 DB 21 35 0 E 106 3D 3F
Octal 222 150 333 41 65 0 16 406 75 77
Binary 10010010 1101000 11011011 100001 110101 0 1110 100000110 111101 111111

Color Harmonies of #9268DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9268DB

Black with #9268DB

Text Example


Text Example

White with #9268DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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