Html Css Color HEX #906CAF Ce Soir

📋 copy color: '#906CAF'

red 144 ◦ green 108 ◦ blue 175

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

Shades of Ce Soir #906CAF

Tints of Ce Soir #906CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.29%

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

R = 33.72%
G = 25.29%
B = 40.98%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#906CAF (or 0x906CAF) is known color: Ce Soir. HEX triplet: 90, 6C and AF. RGB value is (144,108,175). Sum of RGB (Red+Green+Blue) = 144+108+175=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #906CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906CAF is #6F9350. Grayscale: #7E7E7E. Windows color (decimal): -7312209 or 11496592. OLE color: 11496592.

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

Color convert

RGB 144 108 175 -
CMYK 0.18 0.38 0 0.31
HSL 272.24º 0.3% 0.55% -
HSV(B) 272.24º 0.38% 0.69% -
XYZ 24.6 19.75 43.07 -
YUV 126.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 144 108 175 0.18 0.38 0 0.31 272.24 0.3 0.55
Hex 90 6C AF 12 26 0 1F 110 1E 37
Octal 220 154 257 22 46 0 37 420 36 67
Binary 10010000 1101100 10101111 10010 100110 0 11111 100010000 11110 110111

Color Harmonies of #906CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CAF

Black with #906CAF

Text Example


Text Example

White with #906CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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