Html Css Color HEX #9683CA Cold Purple

📋 copy color: '#9683CA'

red 150 ◦ green 131 ◦ blue 202

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

Shades of Cold Purple #9683CA

Tints of Cold Purple #9683CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 31.06%
G = 27.12%
B = 41.82%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9683CA (or 0x9683CA) is known color: Cold Purple. HEX triplet: 96, 83 and CA. RGB value is (150,131,202). Sum of RGB (Red+Green+Blue) = 150+131+202=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9683CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683CA is #697C35. Grayscale: #909090. Windows color (decimal): -6913078 or 13271958. OLE color: 13271958.

HSL color Cylindrical-coordinate representation of color #9683CA: hue angle of 256.06º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9683CA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 131 202 -
CMYK 0.26 0.35 0 0.21
HSL 256.06º 0.4% 0.65% -
HSV(B) 256.06º 0.35% 0.79% -
XYZ 31.35 26.98 59.43 -
YUV 144.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 150 131 202 0.26 0.35 0 0.21 256.06 0.4 0.65
Hex 96 83 CA 1A 23 0 15 100 28 41
Octal 226 203 312 32 43 0 25 400 50 101
Binary 10010110 10000011 11001010 11010 100011 0 10101 100000000 101000 1000001

Color Harmonies of #9683CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683CA

Black with #9683CA

Text Example


Text Example

White with #9683CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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