Html Css Color HEX #9A83EB Medium Purple

📋 copy color: '#9A83EB'

red 154 ◦ green 131 ◦ blue 235

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

Shades of Medium Purple #9A83EB

Tints of Medium Purple #9A83EB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.19%

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

R = 29.62%
G = 25.19%
B = 45.19%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A83EB (or 0x9A83EB) is known color: Medium Purple. HEX triplet: 9A, 83 and EB. RGB value is (154,131,235). Sum of RGB (Red+Green+Blue) = 154+131+235=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A83EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83EB is #657C14. Grayscale: #959595. Windows color (decimal): -6650901 or 15434650. OLE color: 15434650.

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

Color convert

RGB 154 131 235 -
CMYK 0.34 0.44 0 0.08
HSL 253.27º 0.72% 0.72% -
HSV(B) 253.27º 0.44% 0.92% -
XYZ 36.44 29.1 82.29 -
YUV 149.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 154 131 235 0.34 0.44 0 0.08 253.27 0.72 0.72
Hex 9A 83 EB 22 2C 0 8 FD 48 48
Octal 232 203 353 42 54 0 10 375 110 110
Binary 10011010 10000011 11101011 100010 101100 0 1000 11111101 1001000 1001000

Color Harmonies of #9A83EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A83EB

Black with #9A83EB

Text Example


Text Example

White with #9A83EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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