Html Css Color HEX #9268E8 Medium Purple

📋 copy color: '#9268E8'

red 146 ◦ green 104 ◦ blue 232

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

Shades of Medium Purple #9268E8

Tints of Medium Purple #9268E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.13%

R = 30.29%
G = 21.58%
B = 48.13%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9268E8 (or 0x9268E8) is known color: Medium Purple. HEX triplet: 92, 68 and E8. RGB value is (146,104,232). Sum of RGB (Red+Green+Blue) = 146+104+232=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #9268E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268E8 is #6D9717. Grayscale: #828282. Windows color (decimal): -7182104 or 15231122. OLE color: 15231122.

HSL color Cylindrical-coordinate representation of color #9268E8: hue angle of 259.69º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9268E8 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 104 232 -
CMYK 0.37 0.55 0 0.09
HSL 259.69º 0.74% 0.66% -
HSV(B) 259.69º 0.55% 0.91% -
XYZ 31.37 21.84 78.91 -
YUV 131.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 146 104 232 0.37 0.55 0 0.09 259.69 0.74 0.66
Hex 92 68 E8 25 37 0 9 104 4A 42
Octal 222 150 350 45 67 0 11 404 112 102
Binary 10010010 1101000 11101000 100101 110111 0 1001 100000100 1001010 1000010

Color Harmonies of #9268E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9268E8

Black with #9268E8

Text Example


Text Example

White with #9268E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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