Html Css Color HEX #C98EF9 Wisteria

📋 copy color: '#C98EF9'

red 201 ◦ green 142 ◦ blue 249

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

Shades of Wisteria #C98EF9

Tints of Wisteria #C98EF9

RGB

 RED value IS 201 (78.91% from 255) = 33.95%

 GREEN value IS 142 (55.86% from 255) = 23.99%

 BLUE value IS 249 (97.66% from 255) = 42.06%

R = 33.95%
G = 23.99%
B = 42.06%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C98EF9 (or 0xC98EF9) is known color: Wisteria. HEX triplet: C9, 8E and F9. RGB value is (201,142,249). Sum of RGB (Red+Green+Blue) = 201+142+249=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #C98EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EF9 is #367106. Grayscale: #ABABAB. Windows color (decimal): -3567879 or 16355017. OLE color: 16355017.

HSL color Cylindrical-coordinate representation of color #C98EF9: hue angle of 273.08º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98EF9 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 142 249 -
CMYK 0.19 0.43 0 0.02
HSL 273.08º 0.9% 0.77% -
HSV(B) 273.08º 0.43% 0.98% -
XYZ 50.86 38.6 94.39 -
YUV 171.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 201 142 249 0.19 0.43 0 0.02 273.08 0.9 0.77
Hex C9 8E F9 13 2B 0 2 111 5A 4D
Octal 311 216 371 23 53 0 2 421 132 115
Binary 11001001 10001110 11111001 10011 101011 0 10 100010001 1011010 1001101

Color Harmonies of #C98EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EF9

Black with #C98EF9

Text Example


Text Example

White with #C98EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EF9; }

 p { color: rgb(201,142,249); }

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

background-color css

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

 a { background-color: rgb(201,142,249); }

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

border-color css

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

 span { border-color: rgb(201,142,249); }

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