Html Css Color HEX #96619B Violet Blue

📋 copy color: '#96619B'

red 150 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #96619B

Tints of Violet Blue #96619B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 37.31%
G = 24.13%
B = 38.56%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96619B (or 0x96619B) is known color: Violet Blue. HEX triplet: 96, 61 and 9B. RGB value is (150,97,155). Sum of RGB (Red+Green+Blue) = 150+97+155=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #96619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96619B is #699E64. Grayscale: #777777. Windows color (decimal): -6921829 or 10183062. OLE color: 10183062.

HSL color Cylindrical-coordinate representation of color #96619B: hue angle of 294.83º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96619B is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 97 155 -
CMYK 0.03 0.37 0 0.39
HSL 294.83º 0.23% 0.49% -
HSV(B) 294.83º 0.37% 0.61% -
XYZ 22.77 17.4 33.17 -
YUV 119.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 150 97 155 0.03 0.37 0 0.39 294.83 0.23 0.49
Hex 96 61 9B 3 25 0 27 127 17 31
Octal 226 141 233 3 45 0 47 447 27 61
Binary 10010110 1100001 10011011 11 100101 0 100111 100100111 10111 110001

Color Harmonies of #96619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96619B

Black with #96619B

Text Example


Text Example

White with #96619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96619B; }

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

 H1.HeaderClassName
 {
   color: #96619B;
 }
 .AnyTagClassName
 {
   color: #96619B;
 }
</style>

background-color css

<style>
 a { background-color: #96619B; }

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

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

border-color css

<style>
 span { border-color: #96619B; }

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

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