Html Css Color HEX #9475EB Medium Purple

📋 copy color: '#9475EB'

red 148 ◦ green 117 ◦ blue 235

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

Shades of Medium Purple #9475EB

Tints of Medium Purple #9475EB

RGB

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

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

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

R = 29.6%
G = 23.4%
B = 47%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9475EB (or 0x9475EB) is known color: Medium Purple. HEX triplet: 94, 75 and EB. RGB value is (148,117,235). Sum of RGB (Red+Green+Blue) = 148+117+235=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #9475EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9475EB is #6B8A14. Grayscale: #8B8B8B. Windows color (decimal): -7047701 or 15431060. OLE color: 15431060.

HSL color Cylindrical-coordinate representation of color #9475EB: hue angle of 255.76º 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 #9475EB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 117 235 -
CMYK 0.37 0.50 0 0.08
HSL 255.76º 0.75% 0.69% -
HSV(B) 255.76º 0.5% 0.92% -
XYZ 33.57 25.02 81.66 -
YUV 139.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 148 117 235 0.37 0.50 0 0.08 255.76 0.75 0.69
Hex 94 75 EB 25 32 0 8 100 4B 45
Octal 224 165 353 45 62 0 10 400 113 105
Binary 10010100 1110101 11101011 100101 110010 0 1000 100000000 1001011 1000101

Color Harmonies of #9475EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475EB

Black with #9475EB

Text Example


Text Example

White with #9475EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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