Html Css Color HEX #9558EF Medium Purple

📋 copy color: '#9558EF'

red 149 ◦ green 88 ◦ blue 239

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

Shades of Medium Purple #9558EF

Tints of Medium Purple #9558EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 31.3%
G = 18.49%
B = 50.21%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9558EF (or 0x9558EF) is known color: Medium Purple. HEX triplet: 95, 58 and EF. RGB value is (149,88,239). Sum of RGB (Red+Green+Blue) = 149+88+239=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #9558EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558EF is #6AA710. Grayscale: #7A7A7A. Windows color (decimal): -6989585 or 15685781. OLE color: 15685781.

HSL color Cylindrical-coordinate representation of color #9558EF: hue angle of 264.24º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9558EF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 88 239 -
CMYK 0.38 0.63 0 0.06
HSL 264.24º 0.83% 0.64% -
HSV(B) 264.24º 0.63% 0.94% -
XYZ 31.46 19.6 83.79 -
YUV 123.45 193.21 146.22 -
System Red Green Blue C M Y K H S L
Decimal 149 88 239 0.38 0.63 0 0.06 264.24 0.83 0.64
Hex 95 58 EF 26 3F 0 6 108 53 40
Octal 225 130 357 46 77 0 6 410 123 100
Binary 10010101 1011000 11101111 100110 111111 0 110 100001000 1010011 1000000

Color Harmonies of #9558EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558EF

Black with #9558EF

Text Example


Text Example

White with #9558EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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