Html Css Color HEX #99649D Violet Blue

📋 copy color: '#99649D'

red 153 ◦ green 100 ◦ blue 157

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

Shades of Violet Blue #99649D

Tints of Violet Blue #99649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 37.32%
G = 24.39%
B = 38.29%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99649D (or 0x99649D) is known color: Violet Blue. HEX triplet: 99, 64 and 9D. RGB value is (153,100,157). Sum of RGB (Red+Green+Blue) = 153+100+157=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #99649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99649D is #669B62. Grayscale: #7A7A7A. Windows color (decimal): -6724451 or 10314905. OLE color: 10314905.

HSL color Cylindrical-coordinate representation of color #99649D: hue angle of 295.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99649D is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 100 157 -
CMYK 0.03 0.36 0 0.38
HSL 295.79º 0.23% 0.5% -
HSV(B) 295.79º 0.36% 0.62% -
XYZ 23.78 18.32 34.18 -
YUV 122.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 153 100 157 0.03 0.36 0 0.38 295.79 0.23 0.5
Hex 99 64 9D 3 24 0 26 128 17 32
Octal 231 144 235 3 44 0 46 450 27 62
Binary 10011001 1100100 10011101 11 100100 0 100110 100101000 10111 110010

Color Harmonies of #99649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99649D

Black with #99649D

Text Example


Text Example

White with #99649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99649D; }

 p { color: rgb(153,100,157); }

 H1.HeaderClassName
 {
   color: #99649D;
 }
 .AnyTagClassName
 {
   color: #99649D;
 }
</style>

background-color css

<style>
 a { background-color: #99649D; }

 a { background-color: rgb(153,100,157); }

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

border-color css

<style>
 span { border-color: #99649D; }

 span { border-color: rgb(153,100,157); }

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