Html Css Color HEX #9681BF Cold Purple

📋 copy color: '#9681BF'

red 150 ◦ green 129 ◦ blue 191

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

Shades of Cold Purple #9681BF

Tints of Cold Purple #9681BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 31.91%
G = 27.45%
B = 40.64%

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

#9681BF (or 0x9681BF) is known color: Cold Purple. HEX triplet: 96, 81 and BF. RGB value is (150,129,191). Sum of RGB (Red+Green+Blue) = 150+129+191=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #9681BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681BF is #697E40. Grayscale: #8E8E8E. Windows color (decimal): -6913601 or 12550550. OLE color: 12550550.

HSL color Cylindrical-coordinate representation of color #9681BF: hue angle of 260.32º degrees, saturation: 0.33, 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 #9681BF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 129 191 -
CMYK 0.21 0.32 0 0.25
HSL 260.32º 0.33% 0.63% -
HSV(B) 260.32º 0.32% 0.75% -
XYZ 29.83 25.95 52.73 -
YUV 142.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 150 129 191 0.21 0.32 0 0.25 260.32 0.33 0.63
Hex 96 81 BF 15 20 0 19 104 21 3F
Octal 226 201 277 25 40 0 31 404 41 77
Binary 10010110 10000001 10111111 10101 100000 0 11001 100000100 100001 111111

Color Harmonies of #9681BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9681BF

Black with #9681BF

Text Example


Text Example

White with #9681BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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