Html Css Color HEX #976CEB Medium Purple

📋 copy color: '#976CEB'

red 151 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #976CEB

Tints of Medium Purple #976CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 30.57%
G = 21.86%
B = 47.57%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#976CEB (or 0x976CEB) is known color: Medium Purple. HEX triplet: 97, 6C and EB. RGB value is (151,108,235). Sum of RGB (Red+Green+Blue) = 151+108+235=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #976CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976CEB is #689314. Grayscale: #868686. Windows color (decimal): -6853397 or 15428759. OLE color: 15428759.

HSL color Cylindrical-coordinate representation of color #976CEB: hue angle of 260.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #976CEB is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 108 235 -
CMYK 0.36 0.54 0 0.08
HSL 260.31º 0.76% 0.67% -
HSV(B) 260.31º 0.54% 0.92% -
XYZ 33.12 23.3 81.35 -
YUV 135.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 151 108 235 0.36 0.54 0 0.08 260.31 0.76 0.67
Hex 97 6C EB 24 36 0 8 104 4C 43
Octal 227 154 353 44 66 0 10 404 114 103
Binary 10010111 1101100 11101011 100100 110110 0 1000 100000100 1001100 1000011

Color Harmonies of #976CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CEB

Black with #976CEB

Text Example


Text Example

White with #976CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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