Html Css Color HEX #946C9D Ce Soir

📋 copy color: '#946C9D'

red 148 ◦ green 108 ◦ blue 157

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

Shades of Ce Soir #946C9D

Tints of Ce Soir #946C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 35.84%
G = 26.15%
B = 38.01%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#946C9D (or 0x946C9D) is known color: Ce Soir. HEX triplet: 94, 6C and 9D. RGB value is (148,108,157). Sum of RGB (Red+Green+Blue) = 148+108+157=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #946C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C9D is #6B9362. Grayscale: #7D7D7D. Windows color (decimal): -7050083 or 10316948. OLE color: 10316948.

HSL color Cylindrical-coordinate representation of color #946C9D: hue angle of 288.98º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946C9D is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 108 157 -
CMYK 0.06 0.31 0 0.38
HSL 288.98º 0.2% 0.52% -
HSV(B) 288.98º 0.31% 0.62% -
XYZ 23.66 19.46 34.41 -
YUV 125.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 148 108 157 0.06 0.31 0 0.38 288.98 0.2 0.52
Hex 94 6C 9D 6 1F 0 26 121 14 34
Octal 224 154 235 6 37 0 46 441 24 64
Binary 10010100 1101100 10011101 110 11111 0 100110 100100001 10100 110100

Color Harmonies of #946C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C9D

Black with #946C9D

Text Example


Text Example

White with #946C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946C9D; }

 p { color: rgb(148,108,157); }

 H1.HeaderClassName
 {
   color: #946C9D;
 }
 .AnyTagClassName
 {
   color: #946C9D;
 }
</style>

background-color css

<style>
 a { background-color: #946C9D; }

 a { background-color: rgb(148,108,157); }

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

border-color css

<style>
 span { border-color: #946C9D; }

 span { border-color: rgb(148,108,157); }

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