Html Css Color HEX #99649F Violet Blue

📋 copy color: '#99649F'

red 153 ◦ green 100 ◦ blue 159

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

Shades of Violet Blue #99649F

Tints of Violet Blue #99649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 37.14%
G = 24.27%
B = 38.59%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99649F (or 0x99649F) is known color: Violet Blue. HEX triplet: 99, 64 and 9F. RGB value is (153,100,159). Sum of RGB (Red+Green+Blue) = 153+100+159=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #99649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99649F is #669B60. Grayscale: #7A7A7A. Windows color (decimal): -6724449 or 10445977. OLE color: 10445977.

HSL color Cylindrical-coordinate representation of color #99649F: hue angle of 293.9º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99649F is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 100 159 -
CMYK 0.04 0.37 0 0.38
HSL 293.9º 0.24% 0.51% -
HSV(B) 293.9º 0.37% 0.62% -
XYZ 23.95 18.39 35.09 -
YUV 122.57 148.56 149.7 -
System Red Green Blue C M Y K H S L
Decimal 153 100 159 0.04 0.37 0 0.38 293.9 0.24 0.51
Hex 99 64 9F 4 25 0 26 126 18 33
Octal 231 144 237 4 45 0 46 446 30 63
Binary 10011001 1100100 10011111 100 100101 0 100110 100100110 11000 110011

Color Harmonies of #99649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99649F

Black with #99649F

Text Example


Text Example

White with #99649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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