Html Css Color HEX #906FAC Ce Soir

📋 copy color: '#906FAC'

red 144 ◦ green 111 ◦ blue 172

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

Shades of Ce Soir #906FAC

Tints of Ce Soir #906FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

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

R = 33.72%
G = 26%
B = 40.28%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#906FAC (or 0x906FAC) is known color: Ce Soir. HEX triplet: 90, 6F and AC. RGB value is (144,111,172). Sum of RGB (Red+Green+Blue) = 144+111+172=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #906FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FAC is #6F9053. Grayscale: #7F7F7F. Windows color (decimal): -7311444 or 11300752. OLE color: 11300752.

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

Color convert

RGB 144 111 172 -
CMYK 0.16 0.35 0 0.33
HSL 272.46º 0.27% 0.55% -
HSV(B) 272.46º 0.35% 0.67% -
XYZ 24.63 20.28 41.65 -
YUV 127.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 144 111 172 0.16 0.35 0 0.33 272.46 0.27 0.55
Hex 90 6F AC 10 23 0 21 110 1B 37
Octal 220 157 254 20 43 0 41 420 33 67
Binary 10010000 1101111 10101100 10000 100011 0 100001 100010000 11011 110111

Color Harmonies of #906FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FAC

Black with #906FAC

Text Example


Text Example

White with #906FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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