Html Css Color HEX #906FAF Ce Soir

📋 copy color: '#906FAF'

red 144 ◦ green 111 ◦ blue 175

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

Shades of Ce Soir #906FAF

Tints of Ce Soir #906FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 33.49%
G = 25.81%
B = 40.7%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#906FAF (or 0x906FAF) is known color: Ce Soir. HEX triplet: 90, 6F and AF. RGB value is (144,111,175). Sum of RGB (Red+Green+Blue) = 144+111+175=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #906FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FAF is #6F9050. Grayscale: #7F7F7F. Windows color (decimal): -7311441 or 11497360. OLE color: 11497360.

HSL color Cylindrical-coordinate representation of color #906FAF: hue angle of 270.94º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #906FAF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 111 175 -
CMYK 0.18 0.37 0 0.31
HSL 270.94º 0.29% 0.56% -
HSV(B) 270.94º 0.37% 0.69% -
XYZ 24.92 20.39 43.18 -
YUV 128.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 144 111 175 0.18 0.37 0 0.31 270.94 0.29 0.56
Hex 90 6F AF 12 25 0 1F 10F 1D 38
Octal 220 157 257 22 45 0 37 417 35 70
Binary 10010000 1101111 10101111 10010 100101 0 11111 100001111 11101 111000

Color Harmonies of #906FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FAF

Black with #906FAF

Text Example


Text Example

White with #906FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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