Html Css Color HEX #96588C Violet Blue

📋 copy color: '#96588C'

red 150 ◦ green 88 ◦ blue 140

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

Shades of Violet Blue #96588C

Tints of Violet Blue #96588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.28%

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 39.68%
G = 23.28%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96588C (or 0x96588C) is known color: Violet Blue. HEX triplet: 96, 58 and 8C. RGB value is (150,88,140). Sum of RGB (Red+Green+Blue) = 150+88+140=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96588C is #69A773. Grayscale: #707070. Windows color (decimal): -6924148 or 9197718. OLE color: 9197718.

HSL color Cylindrical-coordinate representation of color #96588C: hue angle of 309.68º 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 #96588C is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 140 -
CMYK 0 0.41 0.07 0.41
HSL 309.68º 0.26% 0.47% -
HSV(B) 309.68º 0.41% 0.59% -
XYZ 20.8 15.36 26.68 -
YUV 112.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 150 88 140 0 0.41 0.07 0.41 309.68 0.26 0.47
Hex 96 58 8C 0 29 7 29 136 1A 2F
Octal 226 130 214 0 51 7 51 466 32 57
Binary 10010110 1011000 10001100 0 101001 111 101001 100110110 11010 101111

Color Harmonies of #96588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96588C

Black with #96588C

Text Example


Text Example

White with #96588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96588C; }

 p { color: rgb(150,88,140); }

 H1.HeaderClassName
 {
   color: #96588C;
 }
 .AnyTagClassName
 {
   color: #96588C;
 }
</style>

background-color css

<style>
 a { background-color: #96588C; }

 a { background-color: rgb(150,88,140); }

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

border-color css

<style>
 span { border-color: #96588C; }

 span { border-color: rgb(150,88,140); }

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