Html Css Color HEX #9689CE Cold Purple

📋 copy color: '#9689CE'

red 150 ◦ green 137 ◦ blue 206

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

Shades of Cold Purple #9689CE

Tints of Cold Purple #9689CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.79%

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 30.43%
G = 27.79%
B = 41.78%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9689CE (or 0x9689CE) is known color: Cold Purple. HEX triplet: 96, 89 and CE. RGB value is (150,137,206). Sum of RGB (Red+Green+Blue) = 150+137+206=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #9689CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689CE is #697631. Grayscale: #949494. Windows color (decimal): -6911538 or 13535638. OLE color: 13535638.

HSL color Cylindrical-coordinate representation of color #9689CE: hue angle of 251.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9689CE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 137 206 -
CMYK 0.27 0.33 0 0.19
HSL 251.3º 0.41% 0.67% -
HSV(B) 251.3º 0.33% 0.81% -
XYZ 32.66 28.83 62.24 -
YUV 148.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 150 137 206 0.27 0.33 0 0.19 251.3 0.41 0.67
Hex 96 89 CE 1B 21 0 13 FB 29 43
Octal 226 211 316 33 41 0 23 373 51 103
Binary 10010110 10001001 11001110 11011 100001 0 10011 11111011 101001 1000011

Color Harmonies of #9689CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689CE

Black with #9689CE

Text Example


Text Example

White with #9689CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9689CE; }

 p { color: rgb(150,137,206); }

 H1.HeaderClassName
 {
   color: #9689CE;
 }
 .AnyTagClassName
 {
   color: #9689CE;
 }
</style>

background-color css

<style>
 a { background-color: #9689CE; }

 a { background-color: rgb(150,137,206); }

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

border-color css

<style>
 span { border-color: #9689CE; }

 span { border-color: rgb(150,137,206); }

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