Html Css Color HEX #96598D Violet Blue

📋 copy color: '#96598D'

red 150 ◦ green 89 ◦ blue 141

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

Shades of Violet Blue #96598D

Tints of Violet Blue #96598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

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

R = 39.47%
G = 23.42%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96598D (or 0x96598D) is known color: Violet Blue. HEX triplet: 96, 59 and 8D. RGB value is (150,89,141). Sum of RGB (Red+Green+Blue) = 150+89+141=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #96598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96598D is #69A672. Grayscale: #717171. Windows color (decimal): -6923891 or 9263510. OLE color: 9263510.

HSL color Cylindrical-coordinate representation of color #96598D: hue angle of 308.85º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96598D is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 141 -
CMYK 0 0.41 0.06 0.41
HSL 308.85º 0.26% 0.47% -
HSV(B) 308.85º 0.41% 0.59% -
XYZ 20.96 15.55 27.1 -
YUV 113.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 150 89 141 0 0.41 0.06 0.41 308.85 0.26 0.47
Hex 96 59 8D 0 29 6 29 135 1A 2F
Octal 226 131 215 0 51 6 51 465 32 57
Binary 10010110 1011001 10001101 0 101001 110 101001 100110101 11010 101111

Color Harmonies of #96598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96598D

Black with #96598D

Text Example


Text Example

White with #96598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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