Html Css Color HEX #9482EB Medium Purple

📋 copy color: '#9482EB'

red 148 ◦ green 130 ◦ blue 235

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

Shades of Medium Purple #9482EB

Tints of Medium Purple #9482EB

RGB

 RED value IS 148 (58.2% from 255) = 28.85%

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

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

R = 28.85%
G = 25.34%
B = 45.81%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9482EB (or 0x9482EB) is known color: Medium Purple. HEX triplet: 94, 82 and EB. RGB value is (148,130,235). Sum of RGB (Red+Green+Blue) = 148+130+235=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #9482EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9482EB is #6B7D14. Grayscale: #929292. Windows color (decimal): -7044373 or 15434388. OLE color: 15434388.

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

Color convert

RGB 148 130 235 -
CMYK 0.37 0.45 0 0.08
HSL 250.29º 0.72% 0.72% -
HSV(B) 250.29º 0.45% 0.92% -
XYZ 35.19 28.26 82.2 -
YUV 147.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 148 130 235 0.37 0.45 0 0.08 250.29 0.72 0.72
Hex 94 82 EB 25 2D 0 8 FA 48 48
Octal 224 202 353 45 55 0 10 372 110 110
Binary 10010100 10000010 11101011 100101 101101 0 1000 11111010 1001000 1001000

Color Harmonies of #9482EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482EB

Black with #9482EB

Text Example


Text Example

White with #9482EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,130,235); }

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

background-color css

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

 a { background-color: rgb(148,130,235); }

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

border-color css

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

 span { border-color: rgb(148,130,235); }

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