Html Css Color HEX #99628E Violet Blue

📋 copy color: '#99628E'

red 153 ◦ green 98 ◦ blue 142

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

Shades of Violet Blue #99628E

Tints of Violet Blue #99628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 38.93%
G = 24.94%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99628E (or 0x99628E) is known color: Violet Blue. HEX triplet: 99, 62 and 8E. RGB value is (153,98,142). Sum of RGB (Red+Green+Blue) = 153+98+142=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99628E is #669D71. Grayscale: #777777. Windows color (decimal): -6724978 or 9331353. OLE color: 9331353.

HSL color Cylindrical-coordinate representation of color #99628E: hue angle of 312º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99628E is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 142 -
CMYK 0 0.36 0.07 0.4
HSL 312º 0.22% 0.49% -
HSV(B) 312º 0.36% 0.6% -
XYZ 22.39 17.46 27.78 -
YUV 119.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 153 98 142 0 0.36 0.07 0.4 312 0.22 0.49
Hex 99 62 8E 0 24 7 28 138 16 31
Octal 231 142 216 0 44 7 50 470 26 61
Binary 10011001 1100010 10001110 0 100100 111 101000 100111000 10110 110001

Color Harmonies of #99628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99628E

Black with #99628E

Text Example


Text Example

White with #99628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99628E; }

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

 H1.HeaderClassName
 {
   color: #99628E;
 }
 .AnyTagClassName
 {
   color: #99628E;
 }
</style>

background-color css

<style>
 a { background-color: #99628E; }

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

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

border-color css

<style>
 span { border-color: #99628E; }

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

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