Html Css Color HEX #99429D Violet Blue

📋 copy color: '#99429D'

red 153 ◦ green 66 ◦ blue 157

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

Shades of Violet Blue #99429D

Tints of Violet Blue #99429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

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

R = 40.69%
G = 17.55%
B = 41.76%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99429D (or 0x99429D) is known color: Violet Blue. HEX triplet: 99, 42 and 9D. RGB value is (153,66,157). Sum of RGB (Red+Green+Blue) = 153+66+157=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #99429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99429D is #66BD62. Grayscale: #666666. Windows color (decimal): -6733155 or 10306201. OLE color: 10306201.

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

Color convert

RGB 153 66 157 -
CMYK 0.03 0.58 0 0.38
HSL 297.36º 0.41% 0.44% -
HSV(B) 297.36º 0.58% 0.62% -
XYZ 21.17 13.1 33.31 -
YUV 102.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 153 66 157 0.03 0.58 0 0.38 297.36 0.41 0.44
Hex 99 42 9D 3 3A 0 26 129 29 2C
Octal 231 102 235 3 72 0 46 451 51 54
Binary 10011001 1000010 10011101 11 111010 0 100110 100101001 101001 101100

Color Harmonies of #99429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99429D

Black with #99429D

Text Example


Text Example

White with #99429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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