Html Css Color HEX #906EB0 Ce Soir

📋 copy color: '#906EB0'

red 144 ◦ green 110 ◦ blue 176

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

Shades of Ce Soir #906EB0

Tints of Ce Soir #906EB0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 33.49%
G = 25.58%
B = 40.93%

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

#906EB0 (or 0x906EB0) is known color: Ce Soir. HEX triplet: 90, 6E and B0. RGB value is (144,110,176). Sum of RGB (Red+Green+Blue) = 144+110+176=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #906EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EB0 is #6F914F. Grayscale: #7F7F7F. Windows color (decimal): -7311696 or 11562640. OLE color: 11562640.

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

Color convert

RGB 144 110 176 -
CMYK 0.18 0.37 0 0.31
HSL 270.91º 0.29% 0.56% -
HSV(B) 270.91º 0.38% 0.69% -
XYZ 24.91 20.22 43.66 -
YUV 127.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 144 110 176 0.18 0.37 0 0.31 270.91 0.29 0.56
Hex 90 6E B0 12 25 0 1F 10F 1D 38
Octal 220 156 260 22 45 0 37 417 35 70
Binary 10010000 1101110 10110000 10010 100101 0 11111 100001111 11101 111000

Color Harmonies of #906EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EB0

Black with #906EB0

Text Example


Text Example

White with #906EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,110,176); }

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

background-color css

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

 a { background-color: rgb(144,110,176); }

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

border-color css

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

 span { border-color: rgb(144,110,176); }

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