Html Css Color HEX #9C95DB Wistful

📋 copy color: '#9C95DB'

red 156 ◦ green 149 ◦ blue 219

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

Shades of Wistful #9C95DB

Tints of Wistful #9C95DB

RGB

 RED value IS 156 (61.33% from 255) = 29.77%

 GREEN value IS 149 (58.59% from 255) = 28.44%

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 29.77%
G = 28.44%
B = 41.79%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C95DB (or 0x9C95DB) is known color: Wistful. HEX triplet: 9C, 95 and DB. RGB value is (156,149,219). Sum of RGB (Red+Green+Blue) = 156+149+219=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C95DB is #636A24. Grayscale: #9E9E9E. Windows color (decimal): -6515237 or 14390684. OLE color: 14390684.

HSL color Cylindrical-coordinate representation of color #9C95DB: hue angle of 246º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C95DB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 149 219 -
CMYK 0.29 0.32 0 0.14
HSL 246º 0.49% 0.72% -
HSV(B) 246º 0.32% 0.86% -
XYZ 37.24 33.68 71.56 -
YUV 159.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 156 149 219 0.29 0.32 0 0.14 246 0.49 0.72
Hex 9C 95 DB 1D 20 0 E F6 31 48
Octal 234 225 333 35 40 0 16 366 61 110
Binary 10011100 10010101 11011011 11101 100000 0 1110 11110110 110001 1001000

Color Harmonies of #9C95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C95DB

Black with #9C95DB

Text Example


Text Example

White with #9C95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C95DB; }

 p { color: rgb(156,149,219); }

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

background-color css

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

 a { background-color: rgb(156,149,219); }

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

border-color css

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

 span { border-color: rgb(156,149,219); }

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