Html Css Color HEX #9B61AB Violet Blue

📋 copy color: '#9B61AB'

red 155 ◦ green 97 ◦ blue 171

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

Shades of Violet Blue #9B61AB

Tints of Violet Blue #9B61AB

RGB

 RED value IS 155 (60.94% from 255) = 36.64%

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

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

R = 36.64%
G = 22.93%
B = 40.43%

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

#9B61AB (or 0x9B61AB) is known color: Violet Blue. HEX triplet: 9B, 61 and AB. RGB value is (155,97,171). Sum of RGB (Red+Green+Blue) = 155+97+171=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B61AB is #649E54. Grayscale: #7A7A7A. Windows color (decimal): -6594133 or 11231643. OLE color: 11231643.

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

Color convert

RGB 155 97 171 -
CMYK 0.09 0.43 0 0.33
HSL 287.03º 0.31% 0.53% -
HSV(B) 287.03º 0.43% 0.67% -
XYZ 25.14 18.46 40.77 -
YUV 122.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 155 97 171 0.09 0.43 0 0.33 287.03 0.31 0.53
Hex 9B 61 AB 9 2B 0 21 11F 1F 35
Octal 233 141 253 11 53 0 41 437 37 65
Binary 10011011 1100001 10101011 1001 101011 0 100001 100011111 11111 110101

Color Harmonies of #9B61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B61AB

Black with #9B61AB

Text Example


Text Example

White with #9B61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,171); }

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

background-color css

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

 a { background-color: rgb(155,97,171); }

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

border-color css

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

 span { border-color: rgb(155,97,171); }

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