Html Css Color HEX #9462AC Ce Soir

📋 copy color: '#9462AC'

red 148 ◦ green 98 ◦ blue 172

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

Shades of Ce Soir #9462AC

Tints of Ce Soir #9462AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.44%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 35.41%
G = 23.44%
B = 41.15%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9462AC (or 0x9462AC) is known color: Ce Soir. HEX triplet: 94, 62 and AC. RGB value is (148,98,172). Sum of RGB (Red+Green+Blue) = 148+98+172=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #9462AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9462AC is #6B9D53. Grayscale: #797979. Windows color (decimal): -7052628 or 11297428. OLE color: 11297428.

HSL color Cylindrical-coordinate representation of color #9462AC: hue angle of 280.54º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9462AC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 98 172 -
CMYK 0.14 0.43 0 0.33
HSL 280.54º 0.31% 0.53% -
HSV(B) 280.54º 0.43% 0.67% -
XYZ 24.03 18.01 41.24 -
YUV 121.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 148 98 172 0.14 0.43 0 0.33 280.54 0.31 0.53
Hex 94 62 AC E 2B 0 21 119 1F 35
Octal 224 142 254 16 53 0 41 431 37 65
Binary 10010100 1100010 10101100 1110 101011 0 100001 100011001 11111 110101

Color Harmonies of #9462AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9462AC

Black with #9462AC

Text Example


Text Example

White with #9462AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9462AC; }

 p { color: rgb(148,98,172); }

 H1.HeaderClassName
 {
   color: #9462AC;
 }
 .AnyTagClassName
 {
   color: #9462AC;
 }
</style>

background-color css

<style>
 a { background-color: #9462AC; }

 a { background-color: rgb(148,98,172); }

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

border-color css

<style>
 span { border-color: #9462AC; }

 span { border-color: rgb(148,98,172); }

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