Html Css Color HEX #976CDF Medium Purple

📋 copy color: '#976CDF'

red 151 ◦ green 108 ◦ blue 223

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

Shades of Medium Purple #976CDF

Tints of Medium Purple #976CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 31.33%
G = 22.41%
B = 46.27%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#976CDF (or 0x976CDF) is known color: Medium Purple. HEX triplet: 97, 6C and DF. RGB value is (151,108,223). Sum of RGB (Red+Green+Blue) = 151+108+223=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #976CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CDF is #689320. Grayscale: #858585. Windows color (decimal): -6853409 or 14642327. OLE color: 14642327.

HSL color Cylindrical-coordinate representation of color #976CDF: hue angle of 262.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976CDF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 108 223 -
CMYK 0.32 0.52 0 0.13
HSL 262.43º 0.64% 0.65% -
HSV(B) 262.43º 0.52% 0.87% -
XYZ 31.44 22.63 72.52 -
YUV 133.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 151 108 223 0.32 0.52 0 0.13 262.43 0.64 0.65
Hex 97 6C DF 20 34 0 D 106 40 41
Octal 227 154 337 40 64 0 15 406 100 101
Binary 10010111 1101100 11011111 100000 110100 0 1101 100000110 1000000 1000001

Color Harmonies of #976CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CDF

Black with #976CDF

Text Example


Text Example

White with #976CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976CDF; }

 p { color: rgb(151,108,223); }

 H1.HeaderClassName
 {
   color: #976CDF;
 }
 .AnyTagClassName
 {
   color: #976CDF;
 }
</style>

background-color css

<style>
 a { background-color: #976CDF; }

 a { background-color: rgb(151,108,223); }

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

border-color css

<style>
 span { border-color: #976CDF; }

 span { border-color: rgb(151,108,223); }

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