Html Css Color HEX #9582E6 Medium Purple

📋 copy color: '#9582E6'

red 149 ◦ green 130 ◦ blue 230

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

Shades of Medium Purple #9582E6

Tints of Medium Purple #9582E6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.54%

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 29.27%
G = 25.54%
B = 45.19%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9582E6 (or 0x9582E6) is known color: Medium Purple. HEX triplet: 95, 82 and E6. RGB value is (149,130,230). Sum of RGB (Red+Green+Blue) = 149+130+230=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #9582E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9582E6 is #6A7D19. Grayscale: #929292. Windows color (decimal): -6978842 or 15106709. OLE color: 15106709.

HSL color Cylindrical-coordinate representation of color #9582E6: hue angle of 251.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9582E6 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 130 230 -
CMYK 0.35 0.43 0 0.10
HSL 251.4º 0.67% 0.71% -
HSV(B) 251.4º 0.43% 0.9% -
XYZ 34.66 28.07 78.45 -
YUV 147.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 149 130 230 0.35 0.43 0 0.10 251.4 0.67 0.71
Hex 95 82 E6 23 2B 0 A FB 43 47
Octal 225 202 346 43 53 0 12 373 103 107
Binary 10010101 10000010 11100110 100011 101011 0 1010 11111011 1000011 1000111

Color Harmonies of #9582E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9582E6

Black with #9582E6

Text Example


Text Example

White with #9582E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9582E6; }

 p { color: rgb(149,130,230); }

 H1.HeaderClassName
 {
   color: #9582E6;
 }
 .AnyTagClassName
 {
   color: #9582E6;
 }
</style>

background-color css

<style>
 a { background-color: #9582E6; }

 a { background-color: rgb(149,130,230); }

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

border-color css

<style>
 span { border-color: #9582E6; }

 span { border-color: rgb(149,130,230); }

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