Html Css Color HEX #9558EA Medium Purple

📋 copy color: '#9558EA'

red 149 ◦ green 88 ◦ blue 234

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

Shades of Medium Purple #9558EA

Tints of Medium Purple #9558EA

RGB

 RED value IS 149 (58.59% from 255) = 31.63%

 GREEN value IS 88 (34.77% from 255) = 18.68%

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

R = 31.63%
G = 18.68%
B = 49.68%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9558EA (or 0x9558EA) is known color: Medium Purple. HEX triplet: 95, 58 and EA. RGB value is (149,88,234). Sum of RGB (Red+Green+Blue) = 149+88+234=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #9558EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558EA is #6AA715. Grayscale: #7A7A7A. Windows color (decimal): -6989590 or 15358101. OLE color: 15358101.

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

Color convert

RGB 149 88 234 -
CMYK 0.36 0.62 0 0.08
HSL 265.07º 0.78% 0.63% -
HSV(B) 265.07º 0.62% 0.92% -
XYZ 30.74 19.31 79.95 -
YUV 122.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 149 88 234 0.36 0.62 0 0.08 265.07 0.78 0.63
Hex 95 58 EA 24 3E 0 8 109 4E 3F
Octal 225 130 352 44 76 0 10 411 116 77
Binary 10010101 1011000 11101010 100100 111110 0 1000 100001001 1001110 111111

Color Harmonies of #9558EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558EA

Black with #9558EA

Text Example


Text Example

White with #9558EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,88,234); }

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

background-color css

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

 a { background-color: rgb(149,88,234); }

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

border-color css

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

 span { border-color: rgb(149,88,234); }

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