Html Css Color HEX #9B6DAF Ce Soir

📋 copy color: '#9B6DAF'

red 155 ◦ green 109 ◦ blue 175

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

Shades of Ce Soir #9B6DAF

Tints of Ce Soir #9B6DAF

RGB

 RED value IS 155 (60.94% from 255) = 35.31%

 GREEN value IS 109 (42.97% from 255) = 24.83%

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

R = 35.31%
G = 24.83%
B = 39.86%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B6DAF (or 0x9B6DAF) is known color: Ce Soir. HEX triplet: 9B, 6D and AF. RGB value is (155,109,175). Sum of RGB (Red+Green+Blue) = 155+109+175=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6DAF is #649250. Grayscale: #828282. Windows color (decimal): -6591057 or 11496859. OLE color: 11496859.

HSL color Cylindrical-coordinate representation of color #9B6DAF: hue angle of 281.82º 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 #9B6DAF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 109 175 -
CMYK 0.11 0.38 0 0.31
HSL 281.82º 0.29% 0.56% -
HSV(B) 281.82º 0.38% 0.69% -
XYZ 26.72 21 43.2 -
YUV 130.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 155 109 175 0.11 0.38 0 0.31 281.82 0.29 0.56
Hex 9B 6D AF B 26 0 1F 11A 1D 38
Octal 233 155 257 13 46 0 37 432 35 70
Binary 10011011 1101101 10101111 1011 100110 0 11111 100011010 11101 111000

Color Harmonies of #9B6DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6DAF

Black with #9B6DAF

Text Example


Text Example

White with #9B6DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B6DAF; }

 p { color: rgb(155,109,175); }

 H1.HeaderClassName
 {
   color: #9B6DAF;
 }
 .AnyTagClassName
 {
   color: #9B6DAF;
 }
</style>

background-color css

<style>
 a { background-color: #9B6DAF; }

 a { background-color: rgb(155,109,175); }

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

border-color css

<style>
 span { border-color: #9B6DAF; }

 span { border-color: rgb(155,109,175); }

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