Html Css Color HEX #9470A7 Ce Soir

📋 copy color: '#9470A7'

red 148 ◦ green 112 ◦ blue 167

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

Shades of Ce Soir #9470A7

Tints of Ce Soir #9470A7

RGB

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

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

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

R = 34.66%
G = 26.23%
B = 39.11%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9470A7 (or 0x9470A7) is known color: Ce Soir. HEX triplet: 94, 70 and A7. RGB value is (148,112,167). Sum of RGB (Red+Green+Blue) = 148+112+167=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 167 - color contains mainly: blue. Hex color #9470A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9470A7 is #6B8F58. Grayscale: #808080. Windows color (decimal): -7049049 or 10973332. OLE color: 10973332.

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

Color convert

RGB 148 112 167 -
CMYK 0.11 0.33 0 0.35
HSL 279.27º 0.24% 0.55% -
HSV(B) 279.27º 0.33% 0.65% -
XYZ 24.98 20.67 39.23 -
YUV 129.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 148 112 167 0.11 0.33 0 0.35 279.27 0.24 0.55
Hex 94 70 A7 B 21 0 23 117 18 37
Octal 224 160 247 13 41 0 43 427 30 67
Binary 10010100 1110000 10100111 1011 100001 0 100011 100010111 11000 110111

Color Harmonies of #9470A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470A7

Black with #9470A7

Text Example


Text Example

White with #9470A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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