Html Css Color HEX #9762DC Medium Purple

📋 copy color: '#9762DC'

red 151 ◦ green 98 ◦ blue 220

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

Shades of Medium Purple #9762DC

Tints of Medium Purple #9762DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.9%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 32.2%
G = 20.9%
B = 46.91%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9762DC (or 0x9762DC) is known color: Medium Purple. HEX triplet: 97, 62 and DC. RGB value is (151,98,220). Sum of RGB (Red+Green+Blue) = 151+98+220=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9762DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762DC is #689D23. Grayscale: #7F7F7F. Windows color (decimal): -6855972 or 14443159. OLE color: 14443159.

HSL color Cylindrical-coordinate representation of color #9762DC: hue angle of 266.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9762DC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 98 220 -
CMYK 0.31 0.55 0 0.14
HSL 266.07º 0.64% 0.62% -
HSV(B) 266.07º 0.55% 0.86% -
XYZ 30.05 20.48 70.08 -
YUV 127.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 151 98 220 0.31 0.55 0 0.14 266.07 0.64 0.62
Hex 97 62 DC 1F 37 0 E 10A 40 3E
Octal 227 142 334 37 67 0 16 412 100 76
Binary 10010111 1100010 11011100 11111 110111 0 1110 100001010 1000000 111110

Color Harmonies of #9762DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762DC

Black with #9762DC

Text Example


Text Example

White with #9762DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9762DC; }

 p { color: rgb(151,98,220); }

 H1.HeaderClassName
 {
   color: #9762DC;
 }
 .AnyTagClassName
 {
   color: #9762DC;
 }
</style>

background-color css

<style>
 a { background-color: #9762DC; }

 a { background-color: rgb(151,98,220); }

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

border-color css

<style>
 span { border-color: #9762DC; }

 span { border-color: rgb(151,98,220); }

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