Html Css Color HEX #96608D Violet Blue

📋 copy color: '#96608D'

red 150 ◦ green 96 ◦ blue 141

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

Shades of Violet Blue #96608D

Tints of Violet Blue #96608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

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

R = 38.76%
G = 24.81%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96608D (or 0x96608D) is known color: Violet Blue. HEX triplet: 96, 60 and 8D. RGB value is (150,96,141). Sum of RGB (Red+Green+Blue) = 150+96+141=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #96608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96608D is #699F72. Grayscale: #757575. Windows color (decimal): -6922099 or 9265302. OLE color: 9265302.

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

Color convert

RGB 150 96 141 -
CMYK 0 0.36 0.06 0.41
HSL 310º 0.22% 0.48% -
HSV(B) 310º 0.36% 0.59% -
XYZ 21.57 16.77 27.3 -
YUV 117.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 150 96 141 0 0.36 0.06 0.41 310 0.22 0.48
Hex 96 60 8D 0 24 6 29 136 16 30
Octal 226 140 215 0 44 6 51 466 26 60
Binary 10010110 1100000 10001101 0 100100 110 101001 100110110 10110 110000

Color Harmonies of #96608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96608D

Black with #96608D

Text Example


Text Example

White with #96608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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