Html Css Color HEX #96658D Violet Blue

📋 copy color: '#96658D'

red 150 ◦ green 101 ◦ blue 141

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

Shades of Violet Blue #96658D

Tints of Violet Blue #96658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.77%

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

R = 38.27%
G = 25.77%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96658D (or 0x96658D) is known color: Violet Blue. HEX triplet: 96, 65 and 8D. RGB value is (150,101,141). Sum of RGB (Red+Green+Blue) = 150+101+141=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96658D is #699A72. Grayscale: #787878. Windows color (decimal): -6920819 or 9266582. OLE color: 9266582.

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

Color convert

RGB 150 101 141 -
CMYK 0 0.33 0.06 0.41
HSL 311.02º 0.2% 0.49% -
HSV(B) 311.02º 0.33% 0.59% -
XYZ 22.04 17.71 27.46 -
YUV 120.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 150 101 141 0 0.33 0.06 0.41 311.02 0.2 0.49
Hex 96 65 8D 0 21 6 29 137 14 31
Octal 226 145 215 0 41 6 51 467 24 61
Binary 10010110 1100101 10001101 0 100001 110 101001 100110111 10100 110001

Color Harmonies of #96658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96658D

Black with #96658D

Text Example


Text Example

White with #96658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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