Html Css Color HEX #906BAF Ce Soir

📋 copy color: '#906BAF'

red 144 ◦ green 107 ◦ blue 175

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

Shades of Ce Soir #906BAF

Tints of Ce Soir #906BAF

RGB

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

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

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

R = 33.8%
G = 25.12%
B = 41.08%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#906BAF (or 0x906BAF) is known color: Ce Soir. HEX triplet: 90, 6B and AF. RGB value is (144,107,175). Sum of RGB (Red+Green+Blue) = 144+107+175=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #906BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BAF is #6F9450. Grayscale: #7D7D7D. Windows color (decimal): -7312465 or 11496336. OLE color: 11496336.

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

Color convert

RGB 144 107 175 -
CMYK 0.18 0.39 0 0.31
HSL 272.65º 0.3% 0.55% -
HSV(B) 272.65º 0.39% 0.69% -
XYZ 24.5 19.54 43.04 -
YUV 125.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 144 107 175 0.18 0.39 0 0.31 272.65 0.3 0.55
Hex 90 6B AF 12 27 0 1F 111 1E 37
Octal 220 153 257 22 47 0 37 421 36 67
Binary 10010000 1101011 10101111 10010 100111 0 11111 100010001 11110 110111

Color Harmonies of #906BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BAF

Black with #906BAF

Text Example


Text Example

White with #906BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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