Html Css Color HEX #9683BE Cold Purple

📋 copy color: '#9683BE'

red 150 ◦ green 131 ◦ blue 190

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

Shades of Cold Purple #9683BE

Tints of Cold Purple #9683BE

RGB

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

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

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

R = 31.85%
G = 27.81%
B = 40.34%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9683BE (or 0x9683BE) is known color: Cold Purple. HEX triplet: 96, 83 and BE. RGB value is (150,131,190). Sum of RGB (Red+Green+Blue) = 150+131+190=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9683BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683BE is #697C41. Grayscale: #8F8F8F. Windows color (decimal): -6913090 or 12485526. OLE color: 12485526.

HSL color Cylindrical-coordinate representation of color #9683BE: hue angle of 259.32º 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 #9683BE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 131 190 -
CMYK 0.21 0.31 0 0.25
HSL 259.32º 0.31% 0.63% -
HSV(B) 259.32º 0.31% 0.75% -
XYZ 29.99 26.43 52.24 -
YUV 143.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 150 131 190 0.21 0.31 0 0.25 259.32 0.31 0.63
Hex 96 83 BE 15 1F 0 19 103 1F 3F
Octal 226 203 276 25 37 0 31 403 37 77
Binary 10010110 10000011 10111110 10101 11111 0 11001 100000011 11111 111111

Color Harmonies of #9683BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683BE

Black with #9683BE

Text Example


Text Example

White with #9683BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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