Html Css Color HEX #9952A7 Violet Blue

📋 copy color: '#9952A7'

red 153 ◦ green 82 ◦ blue 167

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

Shades of Violet Blue #9952A7

Tints of Violet Blue #9952A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.54%

R = 38.06%
G = 20.4%
B = 41.54%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9952A7 (or 0x9952A7) is known color: Violet Blue. HEX triplet: 99, 52 and A7. RGB value is (153,82,167). Sum of RGB (Red+Green+Blue) = 153+82+167=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #9952A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9952A7 is #66AD58. Grayscale: #707070. Windows color (decimal): -6729049 or 10965657. OLE color: 10965657.

HSL color Cylindrical-coordinate representation of color #9952A7: hue angle of 290.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9952A7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 82 167 -
CMYK 0.08 0.51 0 0.35
HSL 290.12º 0.34% 0.49% -
HSV(B) 290.12º 0.51% 0.65% -
XYZ 23.13 15.6 38.35 -
YUV 112.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 153 82 167 0.08 0.51 0 0.35 290.12 0.34 0.49
Hex 99 52 A7 8 33 0 23 122 22 31
Octal 231 122 247 10 63 0 43 442 42 61
Binary 10011001 1010010 10100111 1000 110011 0 100011 100100010 100010 110001

Color Harmonies of #9952A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9952A7

Black with #9952A7

Text Example


Text Example

White with #9952A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9952A7; }

 p { color: rgb(153,82,167); }

 H1.HeaderClassName
 {
   color: #9952A7;
 }
 .AnyTagClassName
 {
   color: #9952A7;
 }
</style>

background-color css

<style>
 a { background-color: #9952A7; }

 a { background-color: rgb(153,82,167); }

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

border-color css

<style>
 span { border-color: #9952A7; }

 span { border-color: rgb(153,82,167); }

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