Html Css Color HEX #9683BC Cold Purple

📋 copy color: '#9683BC'

red 150 ◦ green 131 ◦ blue 188

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

Shades of Cold Purple #9683BC

Tints of Cold Purple #9683BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.93%

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

R = 31.98%
G = 27.93%
B = 40.09%

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

#9683BC (or 0x9683BC) is known color: Cold Purple. HEX triplet: 96, 83 and BC. RGB value is (150,131,188). Sum of RGB (Red+Green+Blue) = 150+131+188=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9683BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683BC is #697C43. Grayscale: #8E8E8E. Windows color (decimal): -6913092 or 12354454. OLE color: 12354454.

HSL color Cylindrical-coordinate representation of color #9683BC: hue angle of 260º degrees, saturation: 0.3, 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 #9683BC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 131 188 -
CMYK 0.20 0.30 0 0.26
HSL 260º 0.3% 0.63% -
HSV(B) 260º 0.3% 0.74% -
XYZ 29.77 26.35 51.09 -
YUV 143.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 150 131 188 0.20 0.30 0 0.26 260 0.3 0.63
Hex 96 83 BC 14 1E 0 1A 104 1E 3F
Octal 226 203 274 24 36 0 32 404 36 77
Binary 10010110 10000011 10111100 10100 11110 0 11010 100000100 11110 111111

Color Harmonies of #9683BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683BC

Black with #9683BC

Text Example


Text Example

White with #9683BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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