Html Css Color HEX #9D83CC Cold Purple

📋 copy color: '#9D83CC'

red 157 ◦ green 131 ◦ blue 204

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

Shades of Cold Purple #9D83CC

Tints of Cold Purple #9D83CC

RGB

 RED value IS 157 (61.72% from 255) = 31.91%

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 31.91%
G = 26.63%
B = 41.46%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D83CC (or 0x9D83CC) is known color: Cold Purple. HEX triplet: 9D, 83 and CC. RGB value is (157,131,204). Sum of RGB (Red+Green+Blue) = 157+131+204=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D83CC is #627C33. Grayscale: #929292. Windows color (decimal): -6454324 or 13403037. OLE color: 13403037.

HSL color Cylindrical-coordinate representation of color #9D83CC: hue angle of 261.37º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D83CC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 131 204 -
CMYK 0.23 0.36 0 0.2
HSL 261.37º 0.42% 0.66% -
HSV(B) 261.37º 0.36% 0.8% -
XYZ 32.92 27.76 60.75 -
YUV 147.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 157 131 204 0.23 0.36 0 0.2 261.37 0.42 0.66
Hex 9D 83 CC 17 24 0 14 105 2A 42
Octal 235 203 314 27 44 0 24 405 52 102
Binary 10011101 10000011 11001100 10111 100100 0 10100 100000101 101010 1000010

Color Harmonies of #9D83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D83CC

Black with #9D83CC

Text Example


Text Example

White with #9D83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,131,204); }

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

background-color css

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

 a { background-color: rgb(157,131,204); }

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

border-color css

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

 span { border-color: rgb(157,131,204); }

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