Html Css Color HEX #9465B4 Ce Soir

📋 copy color: '#9465B4'

red 148 ◦ green 101 ◦ blue 180

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

Shades of Ce Soir #9465B4

Tints of Ce Soir #9465B4

RGB

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

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

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

R = 34.5%
G = 23.54%
B = 41.96%

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

#9465B4 (or 0x9465B4) is known color: Ce Soir. HEX triplet: 94, 65 and B4. RGB value is (148,101,180). Sum of RGB (Red+Green+Blue) = 148+101+180=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #9465B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465B4 is #6B9A4B. Grayscale: #7B7B7B. Windows color (decimal): -7051852 or 11822484. OLE color: 11822484.

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

Color convert

RGB 148 101 180 -
CMYK 0.18 0.44 0 0.29
HSL 275.7º 0.34% 0.55% -
HSV(B) 275.7º 0.44% 0.71% -
XYZ 25.1 18.9 45.5 -
YUV 124.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 148 101 180 0.18 0.44 0 0.29 275.7 0.34 0.55
Hex 94 65 B4 12 2C 0 1D 114 22 37
Octal 224 145 264 22 54 0 35 424 42 67
Binary 10010100 1100101 10110100 10010 101100 0 11101 100010100 100010 110111

Color Harmonies of #9465B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465B4

Black with #9465B4

Text Example


Text Example

White with #9465B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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