Html Css Color HEX #9A6FEB Medium Purple

📋 copy color: '#9A6FEB'

red 154 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #9A6FEB

Tints of Medium Purple #9A6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.2%

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

R = 30.8%
G = 22.2%
B = 47%

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

#9A6FEB (or 0x9A6FEB) is known color: Medium Purple. HEX triplet: 9A, 6F and EB. RGB value is (154,111,235). Sum of RGB (Red+Green+Blue) = 154+111+235=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 111 (43.75% from 255 or 22.2% 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 #9A6FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6FEB is #659014. Grayscale: #898989. Windows color (decimal): -6656021 or 15429530. OLE color: 15429530.

HSL color Cylindrical-coordinate representation of color #9A6FEB: hue angle of 260.81º 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 #9A6FEB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 111 235 -
CMYK 0.34 0.53 0 0.08
HSL 260.81º 0.76% 0.68% -
HSV(B) 260.81º 0.53% 0.92% -
XYZ 34.01 24.24 81.48 -
YUV 137.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 154 111 235 0.34 0.53 0 0.08 260.81 0.76 0.68
Hex 9A 6F EB 22 35 0 8 105 4C 44
Octal 232 157 353 42 65 0 10 405 114 104
Binary 10011010 1101111 11101011 100010 110101 0 1000 100000101 1001100 1000100

Color Harmonies of #9A6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FEB

Black with #9A6FEB

Text Example


Text Example

White with #9A6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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