Html Css Color HEX #9370AB Ce Soir

📋 copy color: '#9370AB'

red 147 ◦ green 112 ◦ blue 171

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

Shades of Ce Soir #9370AB

Tints of Ce Soir #9370AB

RGB

 RED value IS 147 (57.81% from 255) = 34.19%

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 34.19%
G = 26.05%
B = 39.77%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9370AB (or 0x9370AB) is known color: Ce Soir. HEX triplet: 93, 70 and AB. RGB value is (147,112,171). Sum of RGB (Red+Green+Blue) = 147+112+171=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #9370AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9370AB is #6C8F54. Grayscale: #808080. Windows color (decimal): -7114581 or 11235475. OLE color: 11235475.

HSL color Cylindrical-coordinate representation of color #9370AB: hue angle of 275.59º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9370AB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 112 171 -
CMYK 0.14 0.35 0 0.33
HSL 275.59º 0.26% 0.55% -
HSV(B) 275.59º 0.35% 0.67% -
XYZ 25.18 20.73 41.2 -
YUV 129.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 147 112 171 0.14 0.35 0 0.33 275.59 0.26 0.55
Hex 93 70 AB E 23 0 21 114 1A 37
Octal 223 160 253 16 43 0 41 424 32 67
Binary 10010011 1110000 10101011 1110 100011 0 100001 100010100 11010 110111

Color Harmonies of #9370AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370AB

Black with #9370AB

Text Example


Text Example

White with #9370AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9370AB; }

 p { color: rgb(147,112,171); }

 H1.HeaderClassName
 {
   color: #9370AB;
 }
 .AnyTagClassName
 {
   color: #9370AB;
 }
</style>

background-color css

<style>
 a { background-color: #9370AB; }

 a { background-color: rgb(147,112,171); }

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

border-color css

<style>
 span { border-color: #9370AB; }

 span { border-color: rgb(147,112,171); }

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