Html Css Color HEX #9684BC Cold Purple

📋 copy color: '#9684BC'

red 150 ◦ green 132 ◦ blue 188

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

Shades of Cold Purple #9684BC

Tints of Cold Purple #9684BC

RGB

 RED value IS 150 (58.98% from 255) = 31.91%

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 31.91%
G = 28.09%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9684BC (or 0x9684BC) is known color: Cold Purple. HEX triplet: 96, 84 and BC. RGB value is (150,132,188). Sum of RGB (Red+Green+Blue) = 150+132+188=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9684BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684BC is #697B43. Grayscale: #8F8F8F. Windows color (decimal): -6912836 or 12354710. OLE color: 12354710.

HSL color Cylindrical-coordinate representation of color #9684BC: hue angle of 259.29º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9684BC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 132 188 -
CMYK 0.20 0.30 0 0.26
HSL 259.29º 0.29% 0.63% -
HSV(B) 259.29º 0.3% 0.74% -
XYZ 29.91 26.62 51.14 -
YUV 143.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 150 132 188 0.20 0.30 0 0.26 259.29 0.29 0.63
Hex 96 84 BC 14 1E 0 1A 103 1D 3F
Octal 226 204 274 24 36 0 32 403 35 77
Binary 10010110 10000100 10111100 10100 11110 0 11010 100000011 11101 111111

Color Harmonies of #9684BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9684BC

Black with #9684BC

Text Example


Text Example

White with #9684BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9684BC; }

 p { color: rgb(150,132,188); }

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

background-color css

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

 a { background-color: rgb(150,132,188); }

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

border-color css

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

 span { border-color: rgb(150,132,188); }

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