Html Css Color HEX #9478A2 Ce Soir

📋 copy color: '#9478A2'

red 148 ◦ green 120 ◦ blue 162

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

Shades of Ce Soir #9478A2

Tints of Ce Soir #9478A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.91%

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 34.42%
G = 27.91%
B = 37.67%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9478A2 (or 0x9478A2) is known color: Ce Soir. HEX triplet: 94, 78 and A2. RGB value is (148,120,162). Sum of RGB (Red+Green+Blue) = 148+120+162=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 162 - color contains mainly: blue. Hex color #9478A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9478A2 is #6B875D. Grayscale: #858585. Windows color (decimal): -7047006 or 10647700. OLE color: 10647700.

HSL color Cylindrical-coordinate representation of color #9478A2: hue angle of 280º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9478A2 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 120 162 -
CMYK 0.09 0.26 0 0.36
HSL 280º 0.18% 0.55% -
HSV(B) 280º 0.26% 0.64% -
XYZ 25.45 22.34 37.15 -
YUV 133.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 148 120 162 0.09 0.26 0 0.36 280 0.18 0.55
Hex 94 78 A2 9 1A 0 24 118 12 37
Octal 224 170 242 11 32 0 44 430 22 67
Binary 10010100 1111000 10100010 1001 11010 0 100100 100011000 10010 110111

Color Harmonies of #9478A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478A2

Black with #9478A2

Text Example


Text Example

White with #9478A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9478A2; }

 p { color: rgb(148,120,162); }

 H1.HeaderClassName
 {
   color: #9478A2;
 }
 .AnyTagClassName
 {
   color: #9478A2;
 }
</style>

background-color css

<style>
 a { background-color: #9478A2; }

 a { background-color: rgb(148,120,162); }

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

border-color css

<style>
 span { border-color: #9478A2; }

 span { border-color: rgb(148,120,162); }

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