Html Css Color HEX #9C84BE Cold Purple

📋 copy color: '#9C84BE'

red 156 ◦ green 132 ◦ blue 190

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

Shades of Cold Purple #9C84BE

Tints of Cold Purple #9C84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.62%

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 32.64%
G = 27.62%
B = 39.75%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C84BE (or 0x9C84BE) is known color: Cold Purple. HEX triplet: 9C, 84 and BE. RGB value is (156,132,190). Sum of RGB (Red+Green+Blue) = 156+132+190=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84BE is #637B41. Grayscale: #919191. Windows color (decimal): -6519618 or 12485788. OLE color: 12485788.

HSL color Cylindrical-coordinate representation of color #9C84BE: hue angle of 264.83º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C84BE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 132 190 -
CMYK 0.18 0.31 0 0.25
HSL 264.83º 0.31% 0.63% -
HSV(B) 264.83º 0.31% 0.75% -
XYZ 31.26 27.29 52.33 -
YUV 145.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 156 132 190 0.18 0.31 0 0.25 264.83 0.31 0.63
Hex 9C 84 BE 12 1F 0 19 109 1F 3F
Octal 234 204 276 22 37 0 31 411 37 77
Binary 10011100 10000100 10111110 10010 11111 0 11001 100001001 11111 111111

Color Harmonies of #9C84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C84BE

Black with #9C84BE

Text Example


Text Example

White with #9C84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,132,190); }

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

background-color css

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

 a { background-color: rgb(156,132,190); }

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

border-color css

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

 span { border-color: rgb(156,132,190); }

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