Html Css Color HEX #9685C1 Cold Purple

📋 copy color: '#9685C1'

red 150 ◦ green 133 ◦ blue 193

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

Shades of Cold Purple #9685C1

Tints of Cold Purple #9685C1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.94%

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 31.51%
G = 27.94%
B = 40.55%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9685C1 (or 0x9685C1) is known color: Cold Purple. HEX triplet: 96, 85 and C1. RGB value is (150,133,193). Sum of RGB (Red+Green+Blue) = 150+133+193=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #9685C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685C1 is #697A3E. Grayscale: #909090. Windows color (decimal): -6912575 or 12682646. OLE color: 12682646.

HSL color Cylindrical-coordinate representation of color #9685C1: hue angle of 257º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9685C1 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 133 193 -
CMYK 0.22 0.31 0 0.24
HSL 257º 0.33% 0.64% -
HSV(B) 257º 0.31% 0.76% -
XYZ 30.59 27.11 54.07 -
YUV 144.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 150 133 193 0.22 0.31 0 0.24 257 0.33 0.64
Hex 96 85 C1 16 1F 0 18 101 21 40
Octal 226 205 301 26 37 0 30 401 41 100
Binary 10010110 10000101 11000001 10110 11111 0 11000 100000001 100001 1000000

Color Harmonies of #9685C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9685C1

Black with #9685C1

Text Example


Text Example

White with #9685C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9685C1; }

 p { color: rgb(150,133,193); }

 H1.HeaderClassName
 {
   color: #9685C1;
 }
 .AnyTagClassName
 {
   color: #9685C1;
 }
</style>

background-color css

<style>
 a { background-color: #9685C1; }

 a { background-color: rgb(150,133,193); }

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

border-color css

<style>
 span { border-color: #9685C1; }

 span { border-color: rgb(150,133,193); }

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