Html Css Color HEX #9562EB Medium Purple

📋 copy color: '#9562EB'

red 149 ◦ green 98 ◦ blue 235

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

Shades of Medium Purple #9562EB

Tints of Medium Purple #9562EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.33%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 30.91%
G = 20.33%
B = 48.76%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9562EB (or 0x9562EB) is known color: Medium Purple. HEX triplet: 95, 62 and EB. RGB value is (149,98,235). Sum of RGB (Red+Green+Blue) = 149+98+235=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #9562EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9562EB is #6A9D14. Grayscale: #808080. Windows color (decimal): -6987029 or 15426197. OLE color: 15426197.

HSL color Cylindrical-coordinate representation of color #9562EB: hue angle of 262.34º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9562EB is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 98 235 -
CMYK 0.37 0.58 0 0.08
HSL 262.34º 0.77% 0.65% -
HSV(B) 262.34º 0.58% 0.92% -
XYZ 31.76 21.12 81 -
YUV 128.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 149 98 235 0.37 0.58 0 0.08 262.34 0.77 0.65
Hex 95 62 EB 25 3A 0 8 106 4D 41
Octal 225 142 353 45 72 0 10 406 115 101
Binary 10010101 1100010 11101011 100101 111010 0 1000 100000110 1001101 1000001

Color Harmonies of #9562EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562EB

Black with #9562EB

Text Example


Text Example

White with #9562EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9562EB; }

 p { color: rgb(149,98,235); }

 H1.HeaderClassName
 {
   color: #9562EB;
 }
 .AnyTagClassName
 {
   color: #9562EB;
 }
</style>

background-color css

<style>
 a { background-color: #9562EB; }

 a { background-color: rgb(149,98,235); }

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

border-color css

<style>
 span { border-color: #9562EB; }

 span { border-color: rgb(149,98,235); }

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