Html Css Color HEX #9B429F Violet Blue

📋 copy color: '#9B429F'

red 155 ◦ green 66 ◦ blue 159

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

Shades of Violet Blue #9B429F

Tints of Violet Blue #9B429F

RGB

 RED value IS 155 (60.94% from 255) = 40.79%

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

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

R = 40.79%
G = 17.37%
B = 41.84%

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

#9B429F (or 0x9B429F) is known color: Violet Blue. HEX triplet: 9B, 42 and 9F. RGB value is (155,66,159). Sum of RGB (Red+Green+Blue) = 155+66+159=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B429F is #64BD60. Grayscale: #666666. Windows color (decimal): -6602081 or 10437275. OLE color: 10437275.

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

Color convert

RGB 155 66 159 -
CMYK 0.03 0.58 0 0.38
HSL 297.42º 0.41% 0.44% -
HSV(B) 297.42º 0.58% 0.62% -
XYZ 21.72 13.37 34.24 -
YUV 103.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 155 66 159 0.03 0.58 0 0.38 297.42 0.41 0.44
Hex 9B 42 9F 3 3A 0 26 129 29 2C
Octal 233 102 237 3 72 0 46 451 51 54
Binary 10011011 1000010 10011111 11 111010 0 100110 100101001 101001 101100

Color Harmonies of #9B429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B429F

Black with #9B429F

Text Example


Text Example

White with #9B429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B429F; }

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

 H1.HeaderClassName
 {
   color: #9B429F;
 }
 .AnyTagClassName
 {
   color: #9B429F;
 }
</style>

background-color css

<style>
 a { background-color: #9B429F; }

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

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

border-color css

<style>
 span { border-color: #9B429F; }

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

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