Html Css Color HEX #96628E Violet Blue

📋 copy color: '#96628E'

red 150 ◦ green 98 ◦ blue 142

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

Shades of Violet Blue #96628E

Tints of Violet Blue #96628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 38.46%
G = 25.13%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96628E (or 0x96628E) is known color: Violet Blue. HEX triplet: 96, 62 and 8E. RGB value is (150,98,142). Sum of RGB (Red+Green+Blue) = 150+98+142=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96628E is #699D71. Grayscale: #767676. Windows color (decimal): -6921586 or 9331350. OLE color: 9331350.

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

Color convert

RGB 150 98 142 -
CMYK 0 0.35 0.05 0.41
HSL 309.23º 0.21% 0.49% -
HSV(B) 309.23º 0.35% 0.59% -
XYZ 21.83 17.17 27.76 -
YUV 118.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 150 98 142 0 0.35 0.05 0.41 309.23 0.21 0.49
Hex 96 62 8E 0 23 5 29 135 15 31
Octal 226 142 216 0 43 5 51 465 25 61
Binary 10010110 1100010 10001110 0 100011 101 101001 100110101 10101 110001

Color Harmonies of #96628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96628E

Black with #96628E

Text Example


Text Example

White with #96628E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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