Html Css Color HEX #9683C2 Cold Purple

📋 copy color: '#9683C2'

red 150 ◦ green 131 ◦ blue 194

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

Shades of Cold Purple #9683C2

Tints of Cold Purple #9683C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 31.58%
G = 27.58%
B = 40.84%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9683C2 (or 0x9683C2) is known color: Cold Purple. HEX triplet: 96, 83 and C2. RGB value is (150,131,194). Sum of RGB (Red+Green+Blue) = 150+131+194=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #9683C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683C2 is #697C3D. Grayscale: #8F8F8F. Windows color (decimal): -6913086 or 12747670. OLE color: 12747670.

HSL color Cylindrical-coordinate representation of color #9683C2: hue angle of 258.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9683C2 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 131 194 -
CMYK 0.23 0.32 0 0.24
HSL 258.1º 0.34% 0.64% -
HSV(B) 258.1º 0.32% 0.76% -
XYZ 30.43 26.61 54.57 -
YUV 143.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 150 131 194 0.23 0.32 0 0.24 258.1 0.34 0.64
Hex 96 83 C2 17 20 0 18 102 22 40
Octal 226 203 302 27 40 0 30 402 42 100
Binary 10010110 10000011 11000010 10111 100000 0 11000 100000010 100010 1000000

Color Harmonies of #9683C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683C2

Black with #9683C2

Text Example


Text Example

White with #9683C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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