Html Css Color HEX #9565B4 Ce Soir

📋 copy color: '#9565B4'

red 149 ◦ green 101 ◦ blue 180

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

Shades of Ce Soir #9565B4

Tints of Ce Soir #9565B4

RGB

 RED value IS 149 (58.59% from 255) = 34.65%

 GREEN value IS 101 (39.84% from 255) = 23.49%

 BLUE value IS 180 (70.7% from 255) = 41.86%

R = 34.65%
G = 23.49%
B = 41.86%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9565B4 (or 0x9565B4) is known color: Ce Soir. HEX triplet: 95, 65 and B4. RGB value is (149,101,180). Sum of RGB (Red+Green+Blue) = 149+101+180=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #9565B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565B4 is #6A9A4B. Grayscale: #7C7C7C. Windows color (decimal): -6986316 or 11822485. OLE color: 11822485.

HSL color Cylindrical-coordinate representation of color #9565B4: hue angle of 276.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9565B4 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 101 180 -
CMYK 0.17 0.44 0 0.29
HSL 276.46º 0.34% 0.55% -
HSV(B) 276.46º 0.44% 0.71% -
XYZ 25.29 18.99 45.51 -
YUV 124.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 149 101 180 0.17 0.44 0 0.29 276.46 0.34 0.55
Hex 95 65 B4 11 2C 0 1D 114 22 37
Octal 225 145 264 21 54 0 35 424 42 67
Binary 10010101 1100101 10110100 10001 101100 0 11101 100010100 100010 110111

Color Harmonies of #9565B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565B4

Black with #9565B4

Text Example


Text Example

White with #9565B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9565B4; }

 p { color: rgb(149,101,180); }

 H1.HeaderClassName
 {
   color: #9565B4;
 }
 .AnyTagClassName
 {
   color: #9565B4;
 }
</style>

background-color css

<style>
 a { background-color: #9565B4; }

 a { background-color: rgb(149,101,180); }

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

border-color css

<style>
 span { border-color: #9565B4; }

 span { border-color: rgb(149,101,180); }

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