Html Css Color HEX #9558E7 Medium Purple

📋 copy color: '#9558E7'

red 149 ◦ green 88 ◦ blue 231

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

Shades of Medium Purple #9558E7

Tints of Medium Purple #9558E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.36%

R = 31.84%
G = 18.8%
B = 49.36%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9558E7 (or 0x9558E7) is known color: Medium Purple. HEX triplet: 95, 58 and E7. RGB value is (149,88,231). Sum of RGB (Red+Green+Blue) = 149+88+231=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #9558E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558E7 is #6AA718. Grayscale: #7A7A7A. Windows color (decimal): -6989593 or 15161493. OLE color: 15161493.

HSL color Cylindrical-coordinate representation of color #9558E7: hue angle of 265.59º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9558E7 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 88 231 -
CMYK 0.35 0.62 0 0.09
HSL 265.59º 0.75% 0.63% -
HSV(B) 265.59º 0.62% 0.91% -
XYZ 30.31 19.14 77.7 -
YUV 122.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 149 88 231 0.35 0.62 0 0.09 265.59 0.75 0.63
Hex 95 58 E7 23 3E 0 9 10A 4B 3F
Octal 225 130 347 43 76 0 11 412 113 77
Binary 10010101 1011000 11100111 100011 111110 0 1001 100001010 1001011 111111

Color Harmonies of #9558E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558E7

Black with #9558E7

Text Example


Text Example

White with #9558E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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