Html Css Color HEX #9D69B6 Ce Soir

📋 copy color: '#9D69B6'

red 157 ◦ green 105 ◦ blue 182

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

Shades of Ce Soir #9D69B6

Tints of Ce Soir #9D69B6

RGB

 RED value IS 157 (61.72% from 255) = 35.36%

 GREEN value IS 105 (41.41% from 255) = 23.65%

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 35.36%
G = 23.65%
B = 40.99%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9D69B6 (or 0x9D69B6) is known color: Ce Soir. HEX triplet: 9D, 69 and B6. RGB value is (157,105,182). Sum of RGB (Red+Green+Blue) = 157+105+182=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #9D69B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D69B6 is #629649. Grayscale: #818181. Windows color (decimal): -6461002 or 11954589. OLE color: 11954589.

HSL color Cylindrical-coordinate representation of color #9D69B6: hue angle of 280.52º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D69B6 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 105 182 -
CMYK 0.14 0.42 0 0.29
HSL 280.52º 0.35% 0.56% -
HSV(B) 280.52º 0.42% 0.71% -
XYZ 27.4 20.65 46.8 -
YUV 129.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 157 105 182 0.14 0.42 0 0.29 280.52 0.35 0.56
Hex 9D 69 B6 E 2A 0 1D 119 23 38
Octal 235 151 266 16 52 0 35 431 43 70
Binary 10011101 1101001 10110110 1110 101010 0 11101 100011001 100011 111000

Color Harmonies of #9D69B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D69B6

Black with #9D69B6

Text Example


Text Example

White with #9D69B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,105,182); }

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

background-color css

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

 a { background-color: rgb(157,105,182); }

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

border-color css

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

 span { border-color: rgb(157,105,182); }

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