Html Css Color HEX #9A73EB Medium Purple

📋 copy color: '#9A73EB'

red 154 ◦ green 115 ◦ blue 235

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

Shades of Medium Purple #9A73EB

Tints of Medium Purple #9A73EB

RGB

 RED value IS 154 (60.55% from 255) = 30.56%

 GREEN value IS 115 (45.31% from 255) = 22.82%

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

R = 30.56%
G = 22.82%
B = 46.63%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A73EB (or 0x9A73EB) is known color: Medium Purple. HEX triplet: 9A, 73 and EB. RGB value is (154,115,235). Sum of RGB (Red+Green+Blue) = 154+115+235=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A73EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A73EB is #658C14. Grayscale: #8B8B8B. Windows color (decimal): -6654997 or 15430554. OLE color: 15430554.

HSL color Cylindrical-coordinate representation of color #9A73EB: hue angle of 259.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A73EB is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 115 235 -
CMYK 0.34 0.51 0 0.08
HSL 259.5º 0.75% 0.69% -
HSV(B) 259.5º 0.51% 0.92% -
XYZ 34.45 25.13 81.63 -
YUV 140.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 154 115 235 0.34 0.51 0 0.08 259.5 0.75 0.69
Hex 9A 73 EB 22 33 0 8 104 4B 45
Octal 232 163 353 42 63 0 10 404 113 105
Binary 10011010 1110011 11101011 100010 110011 0 1000 100000100 1001011 1000101

Color Harmonies of #9A73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A73EB

Black with #9A73EB

Text Example


Text Example

White with #9A73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A73EB; }

 p { color: rgb(154,115,235); }

 H1.HeaderClassName
 {
   color: #9A73EB;
 }
 .AnyTagClassName
 {
   color: #9A73EB;
 }
</style>

background-color css

<style>
 a { background-color: #9A73EB; }

 a { background-color: rgb(154,115,235); }

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

border-color css

<style>
 span { border-color: #9A73EB; }

 span { border-color: rgb(154,115,235); }

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