Html Css Color HEX #9473AB Ce Soir

📋 copy color: '#9473AB'

red 148 ◦ green 115 ◦ blue 171

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

Shades of Ce Soir #9473AB

Tints of Ce Soir #9473AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.5%

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

R = 34.1%
G = 26.5%
B = 39.4%

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

#9473AB (or 0x9473AB) is known color: Ce Soir. HEX triplet: 94, 73 and AB. RGB value is (148,115,171). Sum of RGB (Red+Green+Blue) = 148+115+171=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9473AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9473AB is #6B8C54. Grayscale: #838383. Windows color (decimal): -7048277 or 11236244. OLE color: 11236244.

HSL color Cylindrical-coordinate representation of color #9473AB: hue angle of 275.36º 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 #9473AB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 115 171 -
CMYK 0.13 0.33 0 0.33
HSL 275.36º 0.25% 0.56% -
HSV(B) 275.36º 0.33% 0.67% -
XYZ 25.69 21.5 41.32 -
YUV 131.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 148 115 171 0.13 0.33 0 0.33 275.36 0.25 0.56
Hex 94 73 AB D 21 0 21 113 19 38
Octal 224 163 253 15 41 0 41 423 31 70
Binary 10010100 1110011 10101011 1101 100001 0 100001 100010011 11001 111000

Color Harmonies of #9473AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9473AB

Black with #9473AB

Text Example


Text Example

White with #9473AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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