Html Css Color HEX #96629E Violet Blue

📋 copy color: '#96629E'

red 150 ◦ green 98 ◦ blue 158

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

Shades of Violet Blue #96629E

Tints of Violet Blue #96629E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 36.95%
G = 24.14%
B = 38.92%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96629E (or 0x96629E) is known color: Violet Blue. HEX triplet: 96, 62 and 9E. RGB value is (150,98,158). Sum of RGB (Red+Green+Blue) = 150+98+158=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #96629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96629E is #699D61. Grayscale: #787878. Windows color (decimal): -6921570 or 10379926. OLE color: 10379926.

HSL color Cylindrical-coordinate representation of color #96629E: hue angle of 292º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96629E is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 98 158 -
CMYK 0.05 0.38 0 0.38
HSL 292º 0.24% 0.5% -
HSV(B) 292º 0.38% 0.62% -
XYZ 23.12 17.69 34.54 -
YUV 120.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 150 98 158 0.05 0.38 0 0.38 292 0.24 0.5
Hex 96 62 9E 5 26 0 26 124 18 32
Octal 226 142 236 5 46 0 46 444 30 62
Binary 10010110 1100010 10011110 101 100110 0 100110 100100100 11000 110010

Color Harmonies of #96629E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96629E

Black with #96629E

Text Example


Text Example

White with #96629E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96629E; }

 p { color: rgb(150,98,158); }

 H1.HeaderClassName
 {
   color: #96629E;
 }
 .AnyTagClassName
 {
   color: #96629E;
 }
</style>

background-color css

<style>
 a { background-color: #96629E; }

 a { background-color: rgb(150,98,158); }

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

border-color css

<style>
 span { border-color: #96629E; }

 span { border-color: rgb(150,98,158); }

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