Html Css Color HEX #9D83BC Cold Purple

📋 copy color: '#9D83BC'

red 157 ◦ green 131 ◦ blue 188

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

Shades of Cold Purple #9D83BC

Tints of Cold Purple #9D83BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 32.98%
G = 27.52%
B = 39.5%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D83BC (or 0x9D83BC) is known color: Cold Purple. HEX triplet: 9D, 83 and BC. RGB value is (157,131,188). Sum of RGB (Red+Green+Blue) = 157+131+188=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D83BC is #627C43. Grayscale: #919191. Windows color (decimal): -6454340 or 12354461. OLE color: 12354461.

HSL color Cylindrical-coordinate representation of color #9D83BC: hue angle of 267.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D83BC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 131 188 -
CMYK 0.16 0.30 0 0.26
HSL 267.37º 0.3% 0.63% -
HSV(B) 267.37º 0.3% 0.74% -
XYZ 31.1 27.03 51.16 -
YUV 145.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 157 131 188 0.16 0.30 0 0.26 267.37 0.3 0.63
Hex 9D 83 BC 10 1E 0 1A 10B 1E 3F
Octal 235 203 274 20 36 0 32 413 36 77
Binary 10011101 10000011 10111100 10000 11110 0 11010 100001011 11110 111111

Color Harmonies of #9D83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D83BC

Black with #9D83BC

Text Example


Text Example

White with #9D83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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