Html Css Color HEX #9472A4 Ce Soir

📋 copy color: '#9472A4'

red 148 ◦ green 114 ◦ blue 164

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

Shades of Ce Soir #9472A4

Tints of Ce Soir #9472A4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

 BLUE value IS 164 (64.45% from 255) = 38.5%

R = 34.74%
G = 26.76%
B = 38.5%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9472A4 (or 0x9472A4) is known color: Ce Soir. HEX triplet: 94, 72 and A4. RGB value is (148,114,164). Sum of RGB (Red+Green+Blue) = 148+114+164=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #9472A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9472A4 is #6B8D5B. Grayscale: #818181. Windows color (decimal): -7048540 or 10777236. OLE color: 10777236.

HSL color Cylindrical-coordinate representation of color #9472A4: hue angle of 280.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9472A4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 114 164 -
CMYK 0.10 0.30 0 0.36
HSL 280.8º 0.22% 0.55% -
HSV(B) 280.8º 0.3% 0.64% -
XYZ 24.93 21.01 37.86 -
YUV 129.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 148 114 164 0.10 0.30 0 0.36 280.8 0.22 0.55
Hex 94 72 A4 A 1E 0 24 119 16 37
Octal 224 162 244 12 36 0 44 431 26 67
Binary 10010100 1110010 10100100 1010 11110 0 100100 100011001 10110 110111

Color Harmonies of #9472A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472A4

Black with #9472A4

Text Example


Text Example

White with #9472A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9472A4; }

 p { color: rgb(148,114,164); }

 H1.HeaderClassName
 {
   color: #9472A4;
 }
 .AnyTagClassName
 {
   color: #9472A4;
 }
</style>

background-color css

<style>
 a { background-color: #9472A4; }

 a { background-color: rgb(148,114,164); }

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

border-color css

<style>
 span { border-color: #9472A4; }

 span { border-color: rgb(148,114,164); }

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