Html Css Color HEX #96648D Violet Blue

📋 copy color: '#96648D'

red 150 ◦ green 100 ◦ blue 141

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

Shades of Violet Blue #96648D

Tints of Violet Blue #96648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 38.36%
G = 25.58%
B = 36.06%

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

#96648D (or 0x96648D) is known color: Violet Blue. HEX triplet: 96, 64 and 8D. RGB value is (150,100,141). Sum of RGB (Red+Green+Blue) = 150+100+141=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96648D is #699B72. Grayscale: #777777. Windows color (decimal): -6921075 or 9266326. OLE color: 9266326.

HSL color Cylindrical-coordinate representation of color #96648D: hue angle of 310.8º 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 #96648D is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 141 -
CMYK 0 0.33 0.06 0.41
HSL 310.8º 0.2% 0.49% -
HSV(B) 310.8º 0.33% 0.59% -
XYZ 21.94 17.52 27.42 -
YUV 119.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 150 100 141 0 0.33 0.06 0.41 310.8 0.2 0.49
Hex 96 64 8D 0 21 6 29 137 14 31
Octal 226 144 215 0 41 6 51 467 24 61
Binary 10010110 1100100 10001101 0 100001 110 101001 100110111 10100 110001

Color Harmonies of #96648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96648D

Black with #96648D

Text Example


Text Example

White with #96648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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