Html Css Color HEX #9783BA Cold Purple

📋 copy color: '#9783BA'

red 151 ◦ green 131 ◦ blue 186

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

Shades of Cold Purple #9783BA

Tints of Cold Purple #9783BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 32.26%
G = 27.99%
B = 39.74%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9783BA (or 0x9783BA) is known color: Cold Purple. HEX triplet: 97, 83 and BA. RGB value is (151,131,186). Sum of RGB (Red+Green+Blue) = 151+131+186=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9783BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9783BA is #687C45. Grayscale: #8F8F8F. Windows color (decimal): -6847558 or 12223383. OLE color: 12223383.

HSL color Cylindrical-coordinate representation of color #9783BA: hue angle of 261.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9783BA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 131 186 -
CMYK 0.19 0.30 0 0.27
HSL 261.82º 0.28% 0.62% -
HSV(B) 261.82º 0.3% 0.73% -
XYZ 29.74 26.36 49.97 -
YUV 143.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 151 131 186 0.19 0.30 0 0.27 261.82 0.28 0.62
Hex 97 83 BA 13 1E 0 1B 106 1C 3E
Octal 227 203 272 23 36 0 33 406 34 76
Binary 10010111 10000011 10111010 10011 11110 0 11011 100000110 11100 111110

Color Harmonies of #9783BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9783BA

Black with #9783BA

Text Example


Text Example

White with #9783BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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