Html Css Color HEX #9470AB Ce Soir

📋 copy color: '#9470AB'

red 148 ◦ green 112 ◦ blue 171

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

Shades of Ce Soir #9470AB

Tints of Ce Soir #9470AB

RGB

 RED value IS 148 (58.2% from 255) = 34.34%

 GREEN value IS 112 (44.14% from 255) = 25.99%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 34.34%
G = 25.99%
B = 39.68%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9470AB (or 0x9470AB) is known color: Ce Soir. HEX triplet: 94, 70 and AB. RGB value is (148,112,171). Sum of RGB (Red+Green+Blue) = 148+112+171=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #9470AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9470AB is #6B8F54. Grayscale: #818181. Windows color (decimal): -7049045 or 11235476. OLE color: 11235476.

HSL color Cylindrical-coordinate representation of color #9470AB: hue angle of 276.61º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9470AB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 112 171 -
CMYK 0.13 0.35 0 0.33
HSL 276.61º 0.26% 0.55% -
HSV(B) 276.61º 0.35% 0.67% -
XYZ 25.36 20.82 41.21 -
YUV 129.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 148 112 171 0.13 0.35 0 0.33 276.61 0.26 0.55
Hex 94 70 AB D 23 0 21 115 1A 37
Octal 224 160 253 15 43 0 41 425 32 67
Binary 10010100 1110000 10101011 1101 100011 0 100001 100010101 11010 110111

Color Harmonies of #9470AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470AB

Black with #9470AB

Text Example


Text Example

White with #9470AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9470AB; }

 p { color: rgb(148,112,171); }

 H1.HeaderClassName
 {
   color: #9470AB;
 }
 .AnyTagClassName
 {
   color: #9470AB;
 }
</style>

background-color css

<style>
 a { background-color: #9470AB; }

 a { background-color: rgb(148,112,171); }

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

border-color css

<style>
 span { border-color: #9470AB; }

 span { border-color: rgb(148,112,171); }

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