Html Css Color HEX #9B528C Violet Blue

📋 copy color: '#9B528C'

red 155 ◦ green 82 ◦ blue 140

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

Shades of Violet Blue #9B528C

Tints of Violet Blue #9B528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 41.11%
G = 21.75%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B528C (or 0x9B528C) is known color: Violet Blue. HEX triplet: 9B, 52 and 8C. RGB value is (155,82,140). Sum of RGB (Red+Green+Blue) = 155+82+140=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B528C is #64AD73. Grayscale: #6E6E6E. Windows color (decimal): -6598004 or 9196187. OLE color: 9196187.

HSL color Cylindrical-coordinate representation of color #9B528C: hue angle of 312.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B528C is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 82 140 -
CMYK 0 0.47 0.10 0.39
HSL 312.33º 0.31% 0.46% -
HSV(B) 312.33º 0.47% 0.61% -
XYZ 21.27 14.9 26.57 -
YUV 110.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 155 82 140 0 0.47 0.10 0.39 312.33 0.31 0.46
Hex 9B 52 8C 0 2F A 27 138 1F 2E
Octal 233 122 214 0 57 12 47 470 37 56
Binary 10011011 1010010 10001100 0 101111 1010 100111 100111000 11111 101110

Color Harmonies of #9B528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B528C

Black with #9B528C

Text Example


Text Example

White with #9B528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,82,140); }

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

background-color css

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

 a { background-color: rgb(155,82,140); }

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

border-color css

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

 span { border-color: rgb(155,82,140); }

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