#C38BA1

Color #C38BA1 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C38BA1

Tints of Viola #C38BA1

Color information

#C38BA1 (or 0xC38BA1) is unknown color: approx Viola. HEX triplet: C3, 8B and A1. RGB value is (195,139,161). Sum of RGB (Red+Green+Blue) = 195+139+161=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA1 is #3C745E. Grayscale: #9E9E9E. Windows color (decimal): -3961951 or 10587075. OLE color: 10587075.

HSL color Cylindrical-coordinate representation of color #C38BA1: hue angle of 336.43º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BA1 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB195139161-
CMYK00.290.170.24
HSL336.43º31.82%65.49%-
HSV(B)336.43º28.72%76.47%-
XYZ38.1732.6438.01-
YUV158.25129.55154.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=39.39%
G=28.08%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513916100.290.170.24336.4331.8265.49
HexC38BA101D11181502041
Octal303213241035213052040101
Binary11000011100010111010000101110110001110001010100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BA1; }

 p { color: rgb(195,139,161); }

 H1.HeaderClassName
 {
   color: #C38BA1;
 }
 .AnyTagClassName
 {
   color: #C38BA1;
 }
</style>
background-color css

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

 a { background-color: rgb(195,139,161); }

 div.DivClassName
 {
   background-color: #C38BA1;
 }
 .BgClassName
 {
   background-color: #C38BA1;
 }
</style>
border-color css

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

 span { border-color: rgb(195,139,161); }

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