Html Css Color HEX #96679B Violet Blue

📋 copy color: '#96679B'

red 150 ◦ green 103 ◦ blue 155

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

Shades of Violet Blue #96679B

Tints of Violet Blue #96679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

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

R = 36.76%
G = 25.25%
B = 37.99%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96679B (or 0x96679B) is known color: Violet Blue. HEX triplet: 96, 67 and 9B. RGB value is (150,103,155). Sum of RGB (Red+Green+Blue) = 150+103+155=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #96679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679B is #699864. Grayscale: #7A7A7A. Windows color (decimal): -6920293 or 10184598. OLE color: 10184598.

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

Color convert

RGB 150 103 155 -
CMYK 0.03 0.34 0 0.39
HSL 294.23º 0.21% 0.51% -
HSV(B) 294.23º 0.34% 0.61% -
XYZ 23.34 18.55 33.36 -
YUV 122.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 150 103 155 0.03 0.34 0 0.39 294.23 0.21 0.51
Hex 96 67 9B 3 22 0 27 126 15 33
Octal 226 147 233 3 42 0 47 446 25 63
Binary 10010110 1100111 10011011 11 100010 0 100111 100100110 10101 110011

Color Harmonies of #96679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96679B

Black with #96679B

Text Example


Text Example

White with #96679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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