Html Css Color HEX #96629B Violet Blue

📋 copy color: '#96629B'

red 150 ◦ green 98 ◦ blue 155

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

Shades of Violet Blue #96629B

Tints of Violet Blue #96629B

RGB

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

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

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

R = 37.22%
G = 24.32%
B = 38.46%

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

#96629B (or 0x96629B) is known color: Violet Blue. HEX triplet: 96, 62 and 9B. RGB value is (150,98,155). Sum of RGB (Red+Green+Blue) = 150+98+155=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #96629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96629B is #699D64. Grayscale: #777777. Windows color (decimal): -6921573 or 10183318. OLE color: 10183318.

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

Color convert

RGB 150 98 155 -
CMYK 0.03 0.37 0 0.39
HSL 294.74º 0.23% 0.5% -
HSV(B) 294.74º 0.37% 0.61% -
XYZ 22.86 17.59 33.2 -
YUV 120.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 150 98 155 0.03 0.37 0 0.39 294.74 0.23 0.5
Hex 96 62 9B 3 25 0 27 127 17 32
Octal 226 142 233 3 45 0 47 447 27 62
Binary 10010110 1100010 10011011 11 100101 0 100111 100100111 10111 110010

Color Harmonies of #96629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96629B

Black with #96629B

Text Example


Text Example

White with #96629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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