Html Css Color HEX #94719B Ce Soir

📋 copy color: '#94719B'

red 148 ◦ green 113 ◦ blue 155

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

Shades of Ce Soir #94719B

Tints of Ce Soir #94719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 35.58%
G = 27.16%
B = 37.26%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94719B (or 0x94719B) is known color: Ce Soir. HEX triplet: 94, 71 and 9B. RGB value is (148,113,155). Sum of RGB (Red+Green+Blue) = 148+113+155=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #94719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94719B is #6B8E64. Grayscale: #808080. Windows color (decimal): -7048805 or 10187156. OLE color: 10187156.

HSL color Cylindrical-coordinate representation of color #94719B: hue angle of 290º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94719B is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 113 155 -
CMYK 0.05 0.27 0 0.39
HSL 290º 0.17% 0.53% -
HSV(B) 290º 0.27% 0.61% -
XYZ 24.03 20.47 33.7 -
YUV 128.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 148 113 155 0.05 0.27 0 0.39 290 0.17 0.53
Hex 94 71 9B 5 1B 0 27 122 11 35
Octal 224 161 233 5 33 0 47 442 21 65
Binary 10010100 1110001 10011011 101 11011 0 100111 100100010 10001 110101

Color Harmonies of #94719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94719B

Black with #94719B

Text Example


Text Example

White with #94719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94719B; }

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

 H1.HeaderClassName
 {
   color: #94719B;
 }
 .AnyTagClassName
 {
   color: #94719B;
 }
</style>

background-color css

<style>
 a { background-color: #94719B; }

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

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

border-color css

<style>
 span { border-color: #94719B; }

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

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