Html Css Color HEX #9472AB Ce Soir

📋 copy color: '#9472AB'

red 148 ◦ green 114 ◦ blue 171

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

Shades of Ce Soir #9472AB

Tints of Ce Soir #9472AB

RGB

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

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

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

R = 34.18%
G = 26.33%
B = 39.49%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9472AB (or 0x9472AB) is known color: Ce Soir. HEX triplet: 94, 72 and AB. RGB value is (148,114,171). Sum of RGB (Red+Green+Blue) = 148+114+171=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #9472AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9472AB is #6B8D54. Grayscale: #828282. Windows color (decimal): -7048533 or 11235988. OLE color: 11235988.

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

Color convert

RGB 148 114 171 -
CMYK 0.13 0.33 0 0.33
HSL 275.79º 0.25% 0.56% -
HSV(B) 275.79º 0.33% 0.67% -
XYZ 25.58 21.27 41.29 -
YUV 130.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 148 114 171 0.13 0.33 0 0.33 275.79 0.25 0.56
Hex 94 72 AB D 21 0 21 114 19 38
Octal 224 162 253 15 41 0 41 424 31 70
Binary 10010100 1110010 10101011 1101 100001 0 100001 100010100 11001 111000

Color Harmonies of #9472AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472AB

Black with #9472AB

Text Example


Text Example

White with #9472AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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