Html Css Color HEX #9268EA Medium Purple

📋 copy color: '#9268EA'

red 146 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #9268EA

Tints of Medium Purple #9268EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 30.17%
G = 21.49%
B = 48.35%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9268EA (or 0x9268EA) is known color: Medium Purple. HEX triplet: 92, 68 and EA. RGB value is (146,104,234). Sum of RGB (Red+Green+Blue) = 146+104+234=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #9268EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268EA is #6D9715. Grayscale: #828282. Windows color (decimal): -7182102 or 15362194. OLE color: 15362194.

HSL color Cylindrical-coordinate representation of color #9268EA: hue angle of 259.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9268EA is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 104 234 -
CMYK 0.38 0.56 0 0.08
HSL 259.38º 0.76% 0.66% -
HSV(B) 259.38º 0.56% 0.92% -
XYZ 31.66 21.95 80.41 -
YUV 131.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 146 104 234 0.38 0.56 0 0.08 259.38 0.76 0.66
Hex 92 68 EA 26 38 0 8 103 4C 42
Octal 222 150 352 46 70 0 10 403 114 102
Binary 10010010 1101000 11101010 100110 111000 0 1000 100000011 1001100 1000010

Color Harmonies of #9268EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9268EA

Black with #9268EA

Text Example


Text Example

White with #9268EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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