Html Css Color HEX #9465B5 Ce Soir

📋 copy color: '#9465B5'

red 148 ◦ green 101 ◦ blue 181

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

Shades of Ce Soir #9465B5

Tints of Ce Soir #9465B5

RGB

 RED value IS 148 (58.2% from 255) = 34.42%

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

 BLUE value IS 181 (71.09% from 255) = 42.09%

R = 34.42%
G = 23.49%
B = 42.09%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9465B5 (or 0x9465B5) is known color: Ce Soir. HEX triplet: 94, 65 and B5. RGB value is (148,101,181). Sum of RGB (Red+Green+Blue) = 148+101+181=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #9465B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465B5 is #6B9A4A. Grayscale: #7B7B7B. Windows color (decimal): -7051851 or 11888020. OLE color: 11888020.

HSL color Cylindrical-coordinate representation of color #9465B5: hue angle of 275.25º degrees, saturation: 0.35, 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 #9465B5 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 101 181 -
CMYK 0.18 0.44 0 0.29
HSL 275.25º 0.35% 0.55% -
HSV(B) 275.25º 0.44% 0.71% -
XYZ 25.21 18.94 46.04 -
YUV 124.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 148 101 181 0.18 0.44 0 0.29 275.25 0.35 0.55
Hex 94 65 B5 12 2C 0 1D 113 23 37
Octal 224 145 265 22 54 0 35 423 43 67
Binary 10010100 1100101 10110101 10010 101100 0 11101 100010011 100011 110111

Color Harmonies of #9465B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465B5

Black with #9465B5

Text Example


Text Example

White with #9465B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9465B5; }

 p { color: rgb(148,101,181); }

 H1.HeaderClassName
 {
   color: #9465B5;
 }
 .AnyTagClassName
 {
   color: #9465B5;
 }
</style>

background-color css

<style>
 a { background-color: #9465B5; }

 a { background-color: rgb(148,101,181); }

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

border-color css

<style>
 span { border-color: #9465B5; }

 span { border-color: rgb(148,101,181); }

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