Html Css Color HEX #9275EB Medium Purple

📋 copy color: '#9275EB'

red 146 ◦ green 117 ◦ blue 235

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

Shades of Medium Purple #9275EB

Tints of Medium Purple #9275EB

RGB

 RED value IS 146 (57.42% from 255) = 29.32%

 GREEN value IS 117 (46.09% from 255) = 23.49%

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

R = 29.32%
G = 23.49%
B = 47.19%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9275EB (or 0x9275EB) is known color: Medium Purple. HEX triplet: 92, 75 and EB. RGB value is (146,117,235). Sum of RGB (Red+Green+Blue) = 146+117+235=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #9275EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275EB is #6D8A14. Grayscale: #8A8A8A. Windows color (decimal): -7178773 or 15431058. OLE color: 15431058.

HSL color Cylindrical-coordinate representation of color #9275EB: hue angle of 254.75º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9275EB is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 117 235 -
CMYK 0.38 0.50 0 0.08
HSL 254.75º 0.75% 0.69% -
HSV(B) 254.75º 0.5% 0.92% -
XYZ 33.21 24.83 81.64 -
YUV 139.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 146 117 235 0.38 0.50 0 0.08 254.75 0.75 0.69
Hex 92 75 EB 26 32 0 8 FF 4B 45
Octal 222 165 353 46 62 0 10 377 113 105
Binary 10010010 1110101 11101011 100110 110010 0 1000 11111111 1001011 1000101

Color Harmonies of #9275EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275EB

Black with #9275EB

Text Example


Text Example

White with #9275EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,117,235); }

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

background-color css

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

 a { background-color: rgb(146,117,235); }

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

border-color css

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

 span { border-color: rgb(146,117,235); }

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