Html Css Color HEX #9B68AA Ce Soir

📋 copy color: '#9B68AA'

red 155 ◦ green 104 ◦ blue 170

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

Shades of Ce Soir #9B68AA

Tints of Ce Soir #9B68AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.24%

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 36.13%
G = 24.24%
B = 39.63%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B68AA (or 0x9B68AA) is known color: Ce Soir. HEX triplet: 9B, 68 and AA. RGB value is (155,104,170). Sum of RGB (Red+Green+Blue) = 155+104+170=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B68AA is #649755. Grayscale: #7E7E7E. Windows color (decimal): -6592342 or 11167899. OLE color: 11167899.

HSL color Cylindrical-coordinate representation of color #9B68AA: hue angle of 286.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B68AA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 104 170 -
CMYK 0.09 0.39 0 0.33
HSL 286.36º 0.28% 0.54% -
HSV(B) 286.36º 0.39% 0.67% -
XYZ 25.72 19.77 40.49 -
YUV 126.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 155 104 170 0.09 0.39 0 0.33 286.36 0.28 0.54
Hex 9B 68 AA 9 27 0 21 11E 1C 36
Octal 233 150 252 11 47 0 41 436 34 66
Binary 10011011 1101000 10101010 1001 100111 0 100001 100011110 11100 110110

Color Harmonies of #9B68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B68AA

Black with #9B68AA

Text Example


Text Example

White with #9B68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,170); }

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

background-color css

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

 a { background-color: rgb(155,104,170); }

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

border-color css

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

 span { border-color: rgb(155,104,170); }

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