Html Css Color HEX #9683BD Cold Purple

📋 copy color: '#9683BD'

red 150 ◦ green 131 ◦ blue 189

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

Shades of Cold Purple #9683BD

Tints of Cold Purple #9683BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 31.91%
G = 27.87%
B = 40.21%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9683BD (or 0x9683BD) is known color: Cold Purple. HEX triplet: 96, 83 and BD. RGB value is (150,131,189). Sum of RGB (Red+Green+Blue) = 150+131+189=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #9683BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683BD is #697C42. Grayscale: #8F8F8F. Windows color (decimal): -6913091 or 12419990. OLE color: 12419990.

HSL color Cylindrical-coordinate representation of color #9683BD: hue angle of 259.66º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9683BD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 131 189 -
CMYK 0.21 0.31 0 0.26
HSL 259.66º 0.31% 0.63% -
HSV(B) 259.66º 0.31% 0.74% -
XYZ 29.88 26.39 51.66 -
YUV 143.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 150 131 189 0.21 0.31 0 0.26 259.66 0.31 0.63
Hex 96 83 BD 15 1F 0 1A 104 1F 3F
Octal 226 203 275 25 37 0 32 404 37 77
Binary 10010110 10000011 10111101 10101 11111 0 11010 100000100 11111 111111

Color Harmonies of #9683BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683BD

Black with #9683BD

Text Example


Text Example

White with #9683BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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