Html Css Color HEX #906BAC Ce Soir

📋 copy color: '#906BAC'

red 144 ◦ green 107 ◦ blue 172

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

Shades of Ce Soir #906BAC

Tints of Ce Soir #906BAC

RGB

 RED value IS 144 (56.64% from 255) = 34.04%

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 34.04%
G = 25.3%
B = 40.66%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#906BAC (or 0x906BAC) is known color: Ce Soir. HEX triplet: 90, 6B and AC. RGB value is (144,107,172). Sum of RGB (Red+Green+Blue) = 144+107+172=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #906BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BAC is #6F9453. Grayscale: #7D7D7D. Windows color (decimal): -7312468 or 11299728. OLE color: 11299728.

HSL color Cylindrical-coordinate representation of color #906BAC: hue angle of 274.15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #906BAC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 107 172 -
CMYK 0.16 0.38 0 0.33
HSL 274.15º 0.28% 0.55% -
HSV(B) 274.15º 0.38% 0.67% -
XYZ 24.21 19.42 41.5 -
YUV 125.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 144 107 172 0.16 0.38 0 0.33 274.15 0.28 0.55
Hex 90 6B AC 10 26 0 21 112 1C 37
Octal 220 153 254 20 46 0 41 422 34 67
Binary 10010000 1101011 10101100 10000 100110 0 100001 100010010 11100 110111

Color Harmonies of #906BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BAC

Black with #906BAC

Text Example


Text Example

White with #906BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906BAC; }

 p { color: rgb(144,107,172); }

 H1.HeaderClassName
 {
   color: #906BAC;
 }
 .AnyTagClassName
 {
   color: #906BAC;
 }
</style>

background-color css

<style>
 a { background-color: #906BAC; }

 a { background-color: rgb(144,107,172); }

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

border-color css

<style>
 span { border-color: #906BAC; }

 span { border-color: rgb(144,107,172); }

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