Html Css Color HEX #9783CD Cold Purple

📋 copy color: '#9783CD'

red 151 ◦ green 131 ◦ blue 205

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

Shades of Cold Purple #9783CD

Tints of Cold Purple #9783CD

RGB

 RED value IS 151 (59.38% from 255) = 31.01%

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 31.01%
G = 26.9%
B = 42.09%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9783CD (or 0x9783CD) is known color: Cold Purple. HEX triplet: 97, 83 and CD. RGB value is (151,131,205). Sum of RGB (Red+Green+Blue) = 151+131+205=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #9783CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9783CD is #687C32. Grayscale: #919191. Windows color (decimal): -6847539 or 13468567. OLE color: 13468567.

HSL color Cylindrical-coordinate representation of color #9783CD: hue angle of 256.22º degrees, saturation: 0.43, 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 #9783CD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 131 205 -
CMYK 0.26 0.36 0 0.20
HSL 256.22º 0.43% 0.66% -
HSV(B) 256.22º 0.36% 0.8% -
XYZ 31.9 27.22 61.33 -
YUV 145.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 151 131 205 0.26 0.36 0 0.20 256.22 0.43 0.66
Hex 97 83 CD 1A 24 0 14 100 2B 42
Octal 227 203 315 32 44 0 24 400 53 102
Binary 10010111 10000011 11001101 11010 100100 0 10100 100000000 101011 1000010

Color Harmonies of #9783CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9783CD

Black with #9783CD

Text Example


Text Example

White with #9783CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9783CD; }

 p { color: rgb(151,131,205); }

 H1.HeaderClassName
 {
   color: #9783CD;
 }
 .AnyTagClassName
 {
   color: #9783CD;
 }
</style>

background-color css

<style>
 a { background-color: #9783CD; }

 a { background-color: rgb(151,131,205); }

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

border-color css

<style>
 span { border-color: #9783CD; }

 span { border-color: rgb(151,131,205); }

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