Html Css Color HEX #9B428D Violet Blue

📋 copy color: '#9B428D'

red 155 ◦ green 66 ◦ blue 141

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

Shades of Violet Blue #9B428D

Tints of Violet Blue #9B428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 42.82%
G = 18.23%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B428D (or 0x9B428D) is known color: Violet Blue. HEX triplet: 9B, 42 and 8D. RGB value is (155,66,141). Sum of RGB (Red+Green+Blue) = 155+66+141=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B428D is #64BD72. Grayscale: #646464. Windows color (decimal): -6602099 or 9257627. OLE color: 9257627.

HSL color Cylindrical-coordinate representation of color #9B428D: hue angle of 309.44º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B428D is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 66 141 -
CMYK 0 0.57 0.09 0.39
HSL 309.44º 0.4% 0.43% -
HSV(B) 309.44º 0.57% 0.61% -
XYZ 20.27 12.79 26.6 -
YUV 101.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 155 66 141 0 0.57 0.09 0.39 309.44 0.4 0.43
Hex 9B 42 8D 0 39 9 27 135 28 2B
Octal 233 102 215 0 71 11 47 465 50 53
Binary 10011011 1000010 10001101 0 111001 1001 100111 100110101 101000 101011

Color Harmonies of #9B428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B428D

Black with #9B428D

Text Example


Text Example

White with #9B428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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