Html Css Color HEX #9A6EEB Medium Purple

📋 copy color: '#9A6EEB'

red 154 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #9A6EEB

Tints of Medium Purple #9A6EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.04%

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

R = 30.86%
G = 22.04%
B = 47.09%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A6EEB (or 0x9A6EEB) is known color: Medium Purple. HEX triplet: 9A, 6E and EB. RGB value is (154,110,235). Sum of RGB (Red+Green+Blue) = 154+110+235=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A6EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6EEB is #659114. Grayscale: #888888. Windows color (decimal): -6656277 or 15429274. OLE color: 15429274.

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

Color convert

RGB 154 110 235 -
CMYK 0.34 0.53 0 0.08
HSL 261.12º 0.76% 0.68% -
HSV(B) 261.12º 0.53% 0.92% -
XYZ 33.9 24.02 81.45 -
YUV 137.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 154 110 235 0.34 0.53 0 0.08 261.12 0.76 0.68
Hex 9A 6E EB 22 35 0 8 105 4C 44
Octal 232 156 353 42 65 0 10 405 114 104
Binary 10011010 1101110 11101011 100010 110101 0 1000 100000101 1001100 1000100

Color Harmonies of #9A6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6EEB

Black with #9A6EEB

Text Example


Text Example

White with #9A6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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