Html Css Color HEX #9783CC Cold Purple

📋 copy color: '#9783CC'

red 151 ◦ green 131 ◦ blue 204

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

Shades of Cold Purple #9783CC

Tints of Cold Purple #9783CC

RGB

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

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

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

R = 31.07%
G = 26.95%
B = 41.98%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9783CC (or 0x9783CC) is known color: Cold Purple. HEX triplet: 97, 83 and CC. RGB value is (151,131,204). Sum of RGB (Red+Green+Blue) = 151+131+204=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9783CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9783CC is #687C33. Grayscale: #919191. Windows color (decimal): -6847540 or 13403031. OLE color: 13403031.

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

Color convert

RGB 151 131 204 -
CMYK 0.26 0.36 0 0.2
HSL 256.44º 0.42% 0.66% -
HSV(B) 256.44º 0.36% 0.8% -
XYZ 31.78 27.17 60.7 -
YUV 145.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 151 131 204 0.26 0.36 0 0.2 256.44 0.42 0.66
Hex 97 83 CC 1A 24 0 14 100 2A 42
Octal 227 203 314 32 44 0 24 400 52 102
Binary 10010111 10000011 11001100 11010 100100 0 10100 100000000 101010 1000010

Color Harmonies of #9783CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9783CC

Black with #9783CC

Text Example


Text Example

White with #9783CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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