Html Css Color HEX #9471AF Ce Soir

📋 copy color: '#9471AF'

red 148 ◦ green 113 ◦ blue 175

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

Shades of Ce Soir #9471AF

Tints of Ce Soir #9471AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.92%

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 33.94%
G = 25.92%
B = 40.14%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9471AF (or 0x9471AF) is known color: Ce Soir. HEX triplet: 94, 71 and AF. RGB value is (148,113,175). Sum of RGB (Red+Green+Blue) = 148+113+175=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #9471AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9471AF is #6B8E50. Grayscale: #828282. Windows color (decimal): -7048785 or 11497876. OLE color: 11497876.

HSL color Cylindrical-coordinate representation of color #9471AF: hue angle of 273.87º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9471AF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 113 175 -
CMYK 0.15 0.35 0 0.31
HSL 273.87º 0.28% 0.56% -
HSV(B) 273.87º 0.35% 0.69% -
XYZ 25.86 21.2 43.29 -
YUV 130.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 148 113 175 0.15 0.35 0 0.31 273.87 0.28 0.56
Hex 94 71 AF F 23 0 1F 112 1C 38
Octal 224 161 257 17 43 0 37 422 34 70
Binary 10010100 1110001 10101111 1111 100011 0 11111 100010010 11100 111000

Color Harmonies of #9471AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471AF

Black with #9471AF

Text Example


Text Example

White with #9471AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9471AF; }

 p { color: rgb(148,113,175); }

 H1.HeaderClassName
 {
   color: #9471AF;
 }
 .AnyTagClassName
 {
   color: #9471AF;
 }
</style>

background-color css

<style>
 a { background-color: #9471AF; }

 a { background-color: rgb(148,113,175); }

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

border-color css

<style>
 span { border-color: #9471AF; }

 span { border-color: rgb(148,113,175); }

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