Html Css Color HEX #99638E Violet Blue

📋 copy color: '#99638E'

red 153 ◦ green 99 ◦ blue 142

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

Shades of Violet Blue #99638E

Tints of Violet Blue #99638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 38.83%
G = 25.13%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99638E (or 0x99638E) is known color: Violet Blue. HEX triplet: 99, 63 and 8E. RGB value is (153,99,142). Sum of RGB (Red+Green+Blue) = 153+99+142=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99638E is #669C71. Grayscale: #777777. Windows color (decimal): -6724722 or 9331609. OLE color: 9331609.

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

Color convert

RGB 153 99 142 -
CMYK 0 0.35 0.07 0.4
HSL 312.22º 0.21% 0.49% -
HSV(B) 312.22º 0.35% 0.6% -
XYZ 22.48 17.65 27.81 -
YUV 120.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 153 99 142 0 0.35 0.07 0.4 312.22 0.21 0.49
Hex 99 63 8E 0 23 7 28 138 15 31
Octal 231 143 216 0 43 7 50 470 25 61
Binary 10011001 1100011 10001110 0 100011 111 101000 100111000 10101 110001

Color Harmonies of #99638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99638E

Black with #99638E

Text Example


Text Example

White with #99638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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