Html Css Color HEX #9B52A5 Violet Blue

📋 copy color: '#9B52A5'

red 155 ◦ green 82 ◦ blue 165

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

Shades of Violet Blue #9B52A5

Tints of Violet Blue #9B52A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 38.56%
G = 20.4%
B = 41.04%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9B52A5 (or 0x9B52A5) is known color: Violet Blue. HEX triplet: 9B, 52 and A5. RGB value is (155,82,165). Sum of RGB (Red+Green+Blue) = 155+82+165=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #9B52A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B52A5 is #64AD5A. Grayscale: #717171. Windows color (decimal): -6597979 or 10834587. OLE color: 10834587.

HSL color Cylindrical-coordinate representation of color #9B52A5: hue angle of 292.77º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B52A5 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 82 165 -
CMYK 0.06 0.50 0 0.35
HSL 292.77º 0.34% 0.48% -
HSV(B) 292.77º 0.5% 0.65% -
XYZ 23.33 15.72 37.4 -
YUV 113.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 155 82 165 0.06 0.50 0 0.35 292.77 0.34 0.48
Hex 9B 52 A5 6 32 0 23 125 22 30
Octal 233 122 245 6 62 0 43 445 42 60
Binary 10011011 1010010 10100101 110 110010 0 100011 100100101 100010 110000

Color Harmonies of #9B52A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B52A5

Black with #9B52A5

Text Example


Text Example

White with #9B52A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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