Html Css Color HEX #9268EE Medium Purple

📋 copy color: '#9268EE'

red 146 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #9268EE

Tints of Medium Purple #9268EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 29.92%
G = 21.31%
B = 48.77%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9268EE (or 0x9268EE) is known color: Medium Purple. HEX triplet: 92, 68 and EE. RGB value is (146,104,238). Sum of RGB (Red+Green+Blue) = 146+104+238=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #9268EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268EE is #6D9711. Grayscale: #838383. Windows color (decimal): -7182098 or 15624338. OLE color: 15624338.

HSL color Cylindrical-coordinate representation of color #9268EE: hue angle of 258.81º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9268EE is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 104 238 -
CMYK 0.39 0.56 0 0.07
HSL 258.81º 0.8% 0.67% -
HSV(B) 258.81º 0.56% 0.93% -
XYZ 32.24 22.18 83.47 -
YUV 131.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 146 104 238 0.39 0.56 0 0.07 258.81 0.8 0.67
Hex 92 68 EE 27 38 0 7 103 50 43
Octal 222 150 356 47 70 0 7 403 120 103
Binary 10010010 1101000 11101110 100111 111000 0 111 100000011 1010000 1000011

Color Harmonies of #9268EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9268EE

Black with #9268EE

Text Example


Text Example

White with #9268EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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