Html Css Color HEX #99429F Violet Blue

📋 copy color: '#99429F'

red 153 ◦ green 66 ◦ blue 159

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

Shades of Violet Blue #99429F

Tints of Violet Blue #99429F

RGB

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

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

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

R = 40.48%
G = 17.46%
B = 42.06%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99429F (or 0x99429F) is known color: Violet Blue. HEX triplet: 99, 42 and 9F. RGB value is (153,66,159). Sum of RGB (Red+Green+Blue) = 153+66+159=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #99429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99429F is #66BD60. Grayscale: #666666. Windows color (decimal): -6733153 or 10437273. OLE color: 10437273.

HSL color Cylindrical-coordinate representation of color #99429F: hue angle of 296.13º 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 #99429F is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 66 159 -
CMYK 0.04 0.58 0 0.38
HSL 296.13º 0.41% 0.44% -
HSV(B) 296.13º 0.58% 0.62% -
XYZ 21.34 13.17 34.22 -
YUV 102.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 153 66 159 0.04 0.58 0 0.38 296.13 0.41 0.44
Hex 99 42 9F 4 3A 0 26 128 29 2C
Octal 231 102 237 4 72 0 46 450 51 54
Binary 10011001 1000010 10011111 100 111010 0 100110 100101000 101001 101100

Color Harmonies of #99429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99429F

Black with #99429F

Text Example


Text Example

White with #99429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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