Html Css Color HEX #9681BE Cold Purple

📋 copy color: '#9681BE'

red 150 ◦ green 129 ◦ blue 190

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

Shades of Cold Purple #9681BE

Tints of Cold Purple #9681BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

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

R = 31.98%
G = 27.51%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9681BE (or 0x9681BE) is known color: Cold Purple. HEX triplet: 96, 81 and BE. RGB value is (150,129,190). Sum of RGB (Red+Green+Blue) = 150+129+190=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #9681BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681BE is #697E41. Grayscale: #8E8E8E. Windows color (decimal): -6913602 or 12485014. OLE color: 12485014.

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

Color convert

RGB 150 129 190 -
CMYK 0.21 0.32 0 0.25
HSL 260.66º 0.32% 0.63% -
HSV(B) 260.66º 0.32% 0.75% -
XYZ 29.72 25.9 52.15 -
YUV 142.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 150 129 190 0.21 0.32 0 0.25 260.66 0.32 0.63
Hex 96 81 BE 15 20 0 19 105 20 3F
Octal 226 201 276 25 40 0 31 405 40 77
Binary 10010110 10000001 10111110 10101 100000 0 11001 100000101 100000 111111

Color Harmonies of #9681BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9681BE

Black with #9681BE

Text Example


Text Example

White with #9681BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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