Html Css Color HEX #96518D Violet Blue

📋 copy color: '#96518D'

red 150 ◦ green 81 ◦ blue 141

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

Shades of Violet Blue #96518D

Tints of Violet Blue #96518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 40.32%
G = 21.77%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96518D (or 0x96518D) is known color: Violet Blue. HEX triplet: 96, 51 and 8D. RGB value is (150,81,141). Sum of RGB (Red+Green+Blue) = 150+81+141=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96518D is #69AE72. Grayscale: #6C6C6C. Windows color (decimal): -6925939 or 9261462. OLE color: 9261462.

HSL color Cylindrical-coordinate representation of color #96518D: hue angle of 307.83º 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 #96518D is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 141 -
CMYK 0 0.46 0.06 0.41
HSL 307.83º 0.3% 0.45% -
HSV(B) 307.83º 0.46% 0.59% -
XYZ 20.33 14.29 26.89 -
YUV 108.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 150 81 141 0 0.46 0.06 0.41 307.83 0.3 0.45
Hex 96 51 8D 0 2E 6 29 134 1E 2D
Octal 226 121 215 0 56 6 51 464 36 55
Binary 10010110 1010001 10001101 0 101110 110 101001 100110100 11110 101101

Color Harmonies of #96518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96518D

Black with #96518D

Text Example


Text Example

White with #96518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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