Html Css Color HEX #9A61AA Violet Blue

📋 copy color: '#9A61AA'

red 154 ◦ green 97 ◦ blue 170

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

Shades of Violet Blue #9A61AA

Tints of Violet Blue #9A61AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.04%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 36.58%
G = 23.04%
B = 40.38%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A61AA (or 0x9A61AA) is known color: Violet Blue. HEX triplet: 9A, 61 and AA. RGB value is (154,97,170). Sum of RGB (Red+Green+Blue) = 154+97+170=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A61AA is #659E55. Grayscale: #7A7A7A. Windows color (decimal): -6659670 or 11166106. OLE color: 11166106.

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

Color convert

RGB 154 97 170 -
CMYK 0.09 0.43 0 0.33
HSL 286.85º 0.3% 0.52% -
HSV(B) 286.85º 0.43% 0.67% -
XYZ 24.86 18.32 40.26 -
YUV 122.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 154 97 170 0.09 0.43 0 0.33 286.85 0.3 0.52
Hex 9A 61 AA 9 2B 0 21 11F 1E 34
Octal 232 141 252 11 53 0 41 437 36 64
Binary 10011010 1100001 10101010 1001 101011 0 100001 100011111 11110 110100

Color Harmonies of #9A61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A61AA

Black with #9A61AA

Text Example


Text Example

White with #9A61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,97,170); }

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

background-color css

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

 a { background-color: rgb(154,97,170); }

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

border-color css

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

 span { border-color: rgb(154,97,170); }

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