Html Css Color HEX #96679D Violet Blue

📋 copy color: '#96679D'

red 150 ◦ green 103 ◦ blue 157

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

Shades of Violet Blue #96679D

Tints of Violet Blue #96679D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 36.59%
G = 25.12%
B = 38.29%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96679D (or 0x96679D) is known color: Violet Blue. HEX triplet: 96, 67 and 9D. RGB value is (150,103,157). Sum of RGB (Red+Green+Blue) = 150+103+157=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #96679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679D is #699862. Grayscale: #7B7B7B. Windows color (decimal): -6920291 or 10315670. OLE color: 10315670.

HSL color Cylindrical-coordinate representation of color #96679D: hue angle of 292.22º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96679D is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 103 157 -
CMYK 0.04 0.34 0 0.38
HSL 292.22º 0.22% 0.51% -
HSV(B) 292.22º 0.34% 0.62% -
XYZ 23.51 18.62 34.25 -
YUV 123.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 150 103 157 0.04 0.34 0 0.38 292.22 0.22 0.51
Hex 96 67 9D 4 22 0 26 124 16 33
Octal 226 147 235 4 42 0 46 444 26 63
Binary 10010110 1100111 10011101 100 100010 0 100110 100100100 10110 110011

Color Harmonies of #96679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96679D

Black with #96679D

Text Example


Text Example

White with #96679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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