Html Css Color HEX #9468A0 Ce Soir

📋 copy color: '#9468A0'

red 148 ◦ green 104 ◦ blue 160

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

Shades of Ce Soir #9468A0

Tints of Ce Soir #9468A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 35.92%
G = 25.24%
B = 38.83%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9468A0 (or 0x9468A0) is known color: Ce Soir. HEX triplet: 94, 68 and A0. RGB value is (148,104,160). Sum of RGB (Red+Green+Blue) = 148+104+160=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 160 - color contains mainly: blue. Hex color #9468A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9468A0 is #6B975F. Grayscale: #7B7B7B. Windows color (decimal): -7051104 or 10512532. OLE color: 10512532.

HSL color Cylindrical-coordinate representation of color #9468A0: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9468A0 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 104 160 -
CMYK 0.07 0.35 0 0.37
HSL 287.14º 0.23% 0.52% -
HSV(B) 287.14º 0.35% 0.63% -
XYZ 23.51 18.73 35.63 -
YUV 123.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 148 104 160 0.07 0.35 0 0.37 287.14 0.23 0.52
Hex 94 68 A0 7 23 0 25 11F 17 34
Octal 224 150 240 7 43 0 45 437 27 64
Binary 10010100 1101000 10100000 111 100011 0 100101 100011111 10111 110100

Color Harmonies of #9468A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468A0

Black with #9468A0

Text Example


Text Example

White with #9468A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9468A0; }

 p { color: rgb(148,104,160); }

 H1.HeaderClassName
 {
   color: #9468A0;
 }
 .AnyTagClassName
 {
   color: #9468A0;
 }
</style>

background-color css

<style>
 a { background-color: #9468A0; }

 a { background-color: rgb(148,104,160); }

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

border-color css

<style>
 span { border-color: #9468A0; }

 span { border-color: rgb(148,104,160); }

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