Html Css Color HEX #99629C Violet Blue

📋 copy color: '#99629C'

red 153 ◦ green 98 ◦ blue 156

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

Shades of Violet Blue #99629C

Tints of Violet Blue #99629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 37.59%
G = 24.08%
B = 38.33%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99629C (or 0x99629C) is known color: Violet Blue. HEX triplet: 99, 62 and 9C. RGB value is (153,98,156). Sum of RGB (Red+Green+Blue) = 153+98+156=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #99629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99629C is #669D63. Grayscale: #787878. Windows color (decimal): -6724964 or 10248857. OLE color: 10248857.

HSL color Cylindrical-coordinate representation of color #99629C: hue angle of 296.9º 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 #99629C is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 98 156 -
CMYK 0.02 0.37 0 0.39
HSL 296.9º 0.23% 0.5% -
HSV(B) 296.9º 0.37% 0.61% -
XYZ 23.51 17.91 33.67 -
YUV 121.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 153 98 156 0.02 0.37 0 0.39 296.9 0.23 0.5
Hex 99 62 9C 2 25 0 27 129 17 32
Octal 231 142 234 2 45 0 47 451 27 62
Binary 10011001 1100010 10011100 10 100101 0 100111 100101001 10111 110010

Color Harmonies of #99629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99629C

Black with #99629C

Text Example


Text Example

White with #99629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99629C; }

 p { color: rgb(153,98,156); }

 H1.HeaderClassName
 {
   color: #99629C;
 }
 .AnyTagClassName
 {
   color: #99629C;
 }
</style>

background-color css

<style>
 a { background-color: #99629C; }

 a { background-color: rgb(153,98,156); }

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

border-color css

<style>
 span { border-color: #99629C; }

 span { border-color: rgb(153,98,156); }

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