Html Css Color HEX #9C92CC Wistful

📋 copy color: '#9C92CC'

red 156 ◦ green 146 ◦ blue 204

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

Shades of Wistful #9C92CC

Tints of Wistful #9C92CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 30.83%
G = 28.85%
B = 40.32%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C92CC (or 0x9C92CC) is known color: Wistful. HEX triplet: 9C, 92 and CC. RGB value is (156,146,204). Sum of RGB (Red+Green+Blue) = 156+146+204=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C92CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92CC is #636D33. Grayscale: #9B9B9B. Windows color (decimal): -6516020 or 13406876. OLE color: 13406876.

HSL color Cylindrical-coordinate representation of color #9C92CC: hue angle of 250.34º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C92CC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 146 204 -
CMYK 0.24 0.28 0 0.2
HSL 250.34º 0.36% 0.69% -
HSV(B) 250.34º 0.28% 0.8% -
XYZ 34.89 31.99 61.46 -
YUV 155.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 156 146 204 0.24 0.28 0 0.2 250.34 0.36 0.69
Hex 9C 92 CC 18 1C 0 14 FA 24 45
Octal 234 222 314 30 34 0 24 372 44 105
Binary 10011100 10010010 11001100 11000 11100 0 10100 11111010 100100 1000101

Color Harmonies of #9C92CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C92CC

Black with #9C92CC

Text Example


Text Example

White with #9C92CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,146,204); }

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

background-color css

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

 a { background-color: rgb(156,146,204); }

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

border-color css

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

 span { border-color: rgb(156,146,204); }

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