Html Css Color HEX #96518B Violet Blue

📋 copy color: '#96518B'

red 150 ◦ green 81 ◦ blue 139

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

Shades of Violet Blue #96518B

Tints of Violet Blue #96518B

RGB

 RED value IS 150 (58.98% from 255) = 40.54%

 GREEN value IS 81 (32.03% from 255) = 21.89%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 40.54%
G = 21.89%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96518B (or 0x96518B) is known color: Violet Blue. HEX triplet: 96, 51 and 8B. RGB value is (150,81,139). Sum of RGB (Red+Green+Blue) = 150+81+139=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96518B is #69AE74. Grayscale: #6C6C6C. Windows color (decimal): -6925941 or 9130390. OLE color: 9130390.

HSL color Cylindrical-coordinate representation of color #96518B: hue angle of 309.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96518B is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 139 -
CMYK 0 0.46 0.07 0.41
HSL 309.57º 0.3% 0.45% -
HSV(B) 309.57º 0.46% 0.59% -
XYZ 20.18 14.23 26.11 -
YUV 108.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 150 81 139 0 0.46 0.07 0.41 309.57 0.3 0.45
Hex 96 51 8B 0 2E 7 29 136 1E 2D
Octal 226 121 213 0 56 7 51 466 36 55
Binary 10010110 1010001 10001011 0 101110 111 101001 100110110 11110 101101

Color Harmonies of #96518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96518B

Black with #96518B

Text Example


Text Example

White with #96518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96518B; }

 p { color: rgb(150,81,139); }

 H1.HeaderClassName
 {
   color: #96518B;
 }
 .AnyTagClassName
 {
   color: #96518B;
 }
</style>

background-color css

<style>
 a { background-color: #96518B; }

 a { background-color: rgb(150,81,139); }

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

border-color css

<style>
 span { border-color: #96518B; }

 span { border-color: rgb(150,81,139); }

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