Html Css Color HEX #996C9B Violet Blue

📋 copy color: '#996C9B'

red 153 ◦ green 108 ◦ blue 155

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

Shades of Violet Blue #996C9B

Tints of Violet Blue #996C9B

RGB

 RED value IS 153 (60.16% from 255) = 36.78%

 GREEN value IS 108 (42.58% from 255) = 25.96%

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

R = 36.78%
G = 25.96%
B = 37.26%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#996C9B (or 0x996C9B) is known color: Violet Blue. HEX triplet: 99, 6C and 9B. RGB value is (153,108,155). Sum of RGB (Red+Green+Blue) = 153+108+155=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #996C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996C9B is #669364. Grayscale: #7E7E7E. Windows color (decimal): -6722405 or 10185881. OLE color: 10185881.

HSL color Cylindrical-coordinate representation of color #996C9B: hue angle of 297.45º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996C9B is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 108 155 -
CMYK 0.01 0.30 0 0.39
HSL 297.45º 0.19% 0.52% -
HSV(B) 297.45º 0.3% 0.61% -
XYZ 24.42 19.86 33.56 -
YUV 126.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 153 108 155 0.01 0.30 0 0.39 297.45 0.19 0.52
Hex 99 6C 9B 1 1E 0 27 129 13 34
Octal 231 154 233 1 36 0 47 451 23 64
Binary 10011001 1101100 10011011 1 11110 0 100111 100101001 10011 110100

Color Harmonies of #996C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C9B

Black with #996C9B

Text Example


Text Example

White with #996C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996C9B; }

 p { color: rgb(153,108,155); }

 H1.HeaderClassName
 {
   color: #996C9B;
 }
 .AnyTagClassName
 {
   color: #996C9B;
 }
</style>

background-color css

<style>
 a { background-color: #996C9B; }

 a { background-color: rgb(153,108,155); }

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

border-color css

<style>
 span { border-color: #996C9B; }

 span { border-color: rgb(153,108,155); }

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