Html Css Color HEX #9C93C9 Wistful

📋 copy color: '#9C93C9'

red 156 ◦ green 147 ◦ blue 201

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

Shades of Wistful #9C93C9

Tints of Wistful #9C93C9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 201 (78.91% from 255) = 39.88%

R = 30.95%
G = 29.17%
B = 39.88%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C93C9 (or 0x9C93C9) is known color: Wistful. HEX triplet: 9C, 93 and C9. RGB value is (156,147,201). Sum of RGB (Red+Green+Blue) = 156+147+201=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #9C93C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93C9 is #636C36. Grayscale: #9B9B9B. Windows color (decimal): -6515767 or 13210524. OLE color: 13210524.

HSL color Cylindrical-coordinate representation of color #9C93C9: hue angle of 250º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C93C9 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 147 201 -
CMYK 0.22 0.27 0 0.21
HSL 250º 0.33% 0.68% -
HSV(B) 250º 0.27% 0.79% -
XYZ 34.69 32.15 59.64 -
YUV 155.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 156 147 201 0.22 0.27 0 0.21 250 0.33 0.68
Hex 9C 93 C9 16 1B 0 15 FA 21 44
Octal 234 223 311 26 33 0 25 372 41 104
Binary 10011100 10010011 11001001 10110 11011 0 10101 11111010 100001 1000100

Color Harmonies of #9C93C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C93C9

Black with #9C93C9

Text Example


Text Example

White with #9C93C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,147,201); }

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

background-color css

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

 a { background-color: rgb(156,147,201); }

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

border-color css

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

 span { border-color: rgb(156,147,201); }

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