Html Css Color HEX #9D83BE Cold Purple

📋 copy color: '#9D83BE'

red 157 ◦ green 131 ◦ blue 190

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

Shades of Cold Purple #9D83BE

Tints of Cold Purple #9D83BE

RGB

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

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

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

R = 32.85%
G = 27.41%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D83BE (or 0x9D83BE) is known color: Cold Purple. HEX triplet: 9D, 83 and BE. RGB value is (157,131,190). Sum of RGB (Red+Green+Blue) = 157+131+190=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D83BE is #627C41. Grayscale: #919191. Windows color (decimal): -6454338 or 12485533. OLE color: 12485533.

HSL color Cylindrical-coordinate representation of color #9D83BE: hue angle of 266.44º 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 #9D83BE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 131 190 -
CMYK 0.17 0.31 0 0.25
HSL 266.44º 0.31% 0.63% -
HSV(B) 266.44º 0.31% 0.75% -
XYZ 31.32 27.12 52.3 -
YUV 145.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 157 131 190 0.17 0.31 0 0.25 266.44 0.31 0.63
Hex 9D 83 BE 11 1F 0 19 10A 1F 3F
Octal 235 203 276 21 37 0 31 412 37 77
Binary 10011101 10000011 10111110 10001 11111 0 11001 100001010 11111 111111

Color Harmonies of #9D83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D83BE

Black with #9D83BE

Text Example


Text Example

White with #9D83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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