#C89AF1

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

Shades of Wisteria #C89AF1

Tints of Wisteria #C89AF1

Color information

#C89AF1 (or 0xC89AF1) is unknown color: approx Wisteria. HEX triplet: C8, 9A and F1. RGB value is (200,154,241). Sum of RGB (Red+Green+Blue) = 200+154+241=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #C89AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AF1 is #37650E. Grayscale: #B1B1B1. Windows color (decimal): -3630351 or 15833800. OLE color: 15833800.

HSL color Cylindrical-coordinate representation of color #C89AF1: hue angle of 271.72º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C89AF1 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200154241-
CMYK0.170.3600.05
HSL271.72º75.65%77.45%-
HSV(B)271.72º36.1%94.51%-
XYZ51.2541.7488.57-
YUV177.67163.74143.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=33.61%
G=25.88%
B=40.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001542410.170.3600.05271.7275.6577.45
HexC89AF11124051104c4d
Octal310232361214405420114115
Binary11001000100110101111000110001100100010110001000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89AF1; }

 p { color: rgb(200,154,241); }

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

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

 a { background-color: rgb(200,154,241); }

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

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

 span { border-color: rgb(200,154,241); }

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