Html Css Color HEX #8B70AB Ce Soir

📋 copy color: '#8B70AB'

red 139 ◦ green 112 ◦ blue 171

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

Shades of Ce Soir #8B70AB

Tints of Ce Soir #8B70AB

RGB

 RED value IS 139 (54.69% from 255) = 32.94%

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

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

R = 32.94%
G = 26.54%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B70AB (or 0x8B70AB) is known color: Ce Soir. HEX triplet: 8B, 70 and AB. RGB value is (139,112,171). Sum of RGB (Red+Green+Blue) = 139+112+171=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B70AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B70AB is #748F54. Grayscale: #7E7E7E. Windows color (decimal): -7638869 or 11235467. OLE color: 11235467.

HSL color Cylindrical-coordinate representation of color #8B70AB: hue angle of 267.46º 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 #8B70AB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 112 171 -
CMYK 0.19 0.35 0 0.33
HSL 267.46º 0.26% 0.55% -
HSV(B) 267.46º 0.35% 0.67% -
XYZ 23.79 20.02 41.14 -
YUV 126.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 139 112 171 0.19 0.35 0 0.33 267.46 0.26 0.55
Hex 8B 70 AB 13 23 0 21 10B 1A 37
Octal 213 160 253 23 43 0 41 413 32 67
Binary 10001011 1110000 10101011 10011 100011 0 100001 100001011 11010 110111

Color Harmonies of #8B70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B70AB

Black with #8B70AB

Text Example


Text Example

White with #8B70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B70AB; }

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

 H1.HeaderClassName
 {
   color: #8B70AB;
 }
 .AnyTagClassName
 {
   color: #8B70AB;
 }
</style>

background-color css

<style>
 a { background-color: #8B70AB; }

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

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

border-color css

<style>
 span { border-color: #8B70AB; }

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

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