Html Css Color HEX #96618D Violet Blue

📋 copy color: '#96618D'

red 150 ◦ green 97 ◦ blue 141

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

Shades of Violet Blue #96618D

Tints of Violet Blue #96618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

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

R = 38.66%
G = 25%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96618D (or 0x96618D) is known color: Violet Blue. HEX triplet: 96, 61 and 8D. RGB value is (150,97,141). Sum of RGB (Red+Green+Blue) = 150+97+141=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96618D is #699E72. Grayscale: #757575. Windows color (decimal): -6921843 or 9265558. OLE color: 9265558.

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

Color convert

RGB 150 97 141 -
CMYK 0 0.35 0.06 0.41
HSL 310.19º 0.21% 0.48% -
HSV(B) 310.19º 0.35% 0.59% -
XYZ 21.66 16.96 27.33 -
YUV 117.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 150 97 141 0 0.35 0.06 0.41 310.19 0.21 0.48
Hex 96 61 8D 0 23 6 29 136 15 30
Octal 226 141 215 0 43 6 51 466 25 60
Binary 10010110 1100001 10001101 0 100011 110 101001 100110110 10101 110000

Color Harmonies of #96618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96618D

Black with #96618D

Text Example


Text Example

White with #96618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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