Html Css Color HEX #9C83BE Cold Purple

📋 copy color: '#9C83BE'

red 156 ◦ green 131 ◦ blue 190

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

Shades of Cold Purple #9C83BE

Tints of Cold Purple #9C83BE

RGB

 RED value IS 156 (61.33% from 255) = 32.7%

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 32.7%
G = 27.46%
B = 39.83%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C83BE (or 0x9C83BE) is known color: Cold Purple. HEX triplet: 9C, 83 and BE. RGB value is (156,131,190). Sum of RGB (Red+Green+Blue) = 156+131+190=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C83BE is #637C41. Grayscale: #909090. Windows color (decimal): -6519874 or 12485532. OLE color: 12485532.

HSL color Cylindrical-coordinate representation of color #9C83BE: hue angle of 265.42º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C83BE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 131 190 -
CMYK 0.18 0.31 0 0.25
HSL 265.42º 0.31% 0.63% -
HSV(B) 265.42º 0.31% 0.75% -
XYZ 31.12 27.02 52.29 -
YUV 145.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 156 131 190 0.18 0.31 0 0.25 265.42 0.31 0.63
Hex 9C 83 BE 12 1F 0 19 109 1F 3F
Octal 234 203 276 22 37 0 31 411 37 77
Binary 10011100 10000011 10111110 10010 11111 0 11001 100001001 11111 111111

Color Harmonies of #9C83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C83BE

Black with #9C83BE

Text Example


Text Example

White with #9C83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C83BE; }

 p { color: rgb(156,131,190); }

 H1.HeaderClassName
 {
   color: #9C83BE;
 }
 .AnyTagClassName
 {
   color: #9C83BE;
 }
</style>

background-color css

<style>
 a { background-color: #9C83BE; }

 a { background-color: rgb(156,131,190); }

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

border-color css

<style>
 span { border-color: #9C83BE; }

 span { border-color: rgb(156,131,190); }

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