Html Css Color HEX #9255EA Medium Purple

📋 copy color: '#9255EA'

red 146 ◦ green 85 ◦ blue 234

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

Shades of Medium Purple #9255EA

Tints of Medium Purple #9255EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.28%

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

R = 31.4%
G = 18.28%
B = 50.32%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9255EA (or 0x9255EA) is known color: Medium Purple. HEX triplet: 92, 55 and EA. RGB value is (146,85,234). Sum of RGB (Red+Green+Blue) = 146+85+234=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #9255EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9255EA is #6DAA15. Grayscale: #777777. Windows color (decimal): -7186966 or 15357330. OLE color: 15357330.

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

Color convert

RGB 146 85 234 -
CMYK 0.38 0.64 0 0.08
HSL 264.56º 0.78% 0.63% -
HSV(B) 264.56º 0.64% 0.92% -
XYZ 29.95 18.55 79.84 -
YUV 120.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 146 85 234 0.38 0.64 0 0.08 264.56 0.78 0.63
Hex 92 55 EA 26 40 0 8 109 4E 3F
Octal 222 125 352 46 100 0 10 411 116 77
Binary 10010010 1010101 11101010 100110 1000000 0 1000 100001001 1001110 111111

Color Harmonies of #9255EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255EA

Black with #9255EA

Text Example


Text Example

White with #9255EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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