Html Css Color HEX #9C83CB Cold Purple

📋 copy color: '#9C83CB'

red 156 ◦ green 131 ◦ blue 203

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

Shades of Cold Purple #9C83CB

Tints of Cold Purple #9C83CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 31.84%
G = 26.73%
B = 41.43%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C83CB (or 0x9C83CB) is known color: Cold Purple. HEX triplet: 9C, 83 and CB. RGB value is (156,131,203). Sum of RGB (Red+Green+Blue) = 156+131+203=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C83CB is #637C34. Grayscale: #929292. Windows color (decimal): -6519861 or 13337500. OLE color: 13337500.

HSL color Cylindrical-coordinate representation of color #9C83CB: hue angle of 260.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C83CB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 131 203 -
CMYK 0.23 0.35 0 0.20
HSL 260.83º 0.41% 0.65% -
HSV(B) 260.83º 0.35% 0.8% -
XYZ 32.61 27.61 60.11 -
YUV 146.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 156 131 203 0.23 0.35 0 0.20 260.83 0.41 0.65
Hex 9C 83 CB 17 23 0 14 105 29 41
Octal 234 203 313 27 43 0 24 405 51 101
Binary 10011100 10000011 11001011 10111 100011 0 10100 100000101 101001 1000001

Color Harmonies of #9C83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C83CB

Black with #9C83CB

Text Example


Text Example

White with #9C83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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