Html Css Color HEX #96638D Violet Blue

📋 copy color: '#96638D'

red 150 ◦ green 99 ◦ blue 141

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

Shades of Violet Blue #96638D

Tints of Violet Blue #96638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

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

R = 38.46%
G = 25.38%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96638D (or 0x96638D) is known color: Violet Blue. HEX triplet: 96, 63 and 8D. RGB value is (150,99,141). Sum of RGB (Red+Green+Blue) = 150+99+141=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96638D is #699C72. Grayscale: #767676. Windows color (decimal): -6921331 or 9266070. OLE color: 9266070.

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

Color convert

RGB 150 99 141 -
CMYK 0 0.34 0.06 0.41
HSL 310.59º 0.2% 0.49% -
HSV(B) 310.59º 0.34% 0.59% -
XYZ 21.85 17.33 27.39 -
YUV 119.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 150 99 141 0 0.34 0.06 0.41 310.59 0.2 0.49
Hex 96 63 8D 0 22 6 29 137 14 31
Octal 226 143 215 0 42 6 51 467 24 61
Binary 10010110 1100011 10001101 0 100010 110 101001 100110111 10100 110001

Color Harmonies of #96638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96638D

Black with #96638D

Text Example


Text Example

White with #96638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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