Html Css Color HEX #9E63AB Violet Blue

📋 copy color: '#9E63AB'

red 158 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #9E63AB

Tints of Violet Blue #9E63AB

RGB

 RED value IS 158 (62.11% from 255) = 36.92%

 GREEN value IS 99 (39.06% from 255) = 23.13%

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 36.92%
G = 23.13%
B = 39.95%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E63AB (or 0x9E63AB) is known color: Violet Blue. HEX triplet: 9E, 63 and AB. RGB value is (158,99,171). Sum of RGB (Red+Green+Blue) = 158+99+171=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E63AB is #619C54. Grayscale: #7C7C7C. Windows color (decimal): -6397013 or 11232158. OLE color: 11232158.

HSL color Cylindrical-coordinate representation of color #9E63AB: hue angle of 289.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E63AB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 99 171 -
CMYK 0.08 0.42 0 0.33
HSL 289.17º 0.3% 0.53% -
HSV(B) 289.17º 0.42% 0.67% -
XYZ 25.91 19.13 40.86 -
YUV 124.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 158 99 171 0.08 0.42 0 0.33 289.17 0.3 0.53
Hex 9E 63 AB 8 2A 0 21 121 1E 35
Octal 236 143 253 10 52 0 41 441 36 65
Binary 10011110 1100011 10101011 1000 101010 0 100001 100100001 11110 110101

Color Harmonies of #9E63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E63AB

Black with #9E63AB

Text Example


Text Example

White with #9E63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,99,171); }

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

background-color css

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

 a { background-color: rgb(158,99,171); }

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

border-color css

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

 span { border-color: rgb(158,99,171); }

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