Html Css Color HEX #947BD8 Medium Purple

📋 copy color: '#947BD8'

red 148 ◦ green 123 ◦ blue 216

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

Shades of Medium Purple #947BD8

Tints of Medium Purple #947BD8

RGB

 RED value IS 148 (58.2% from 255) = 30.39%

 GREEN value IS 123 (48.44% from 255) = 25.26%

 BLUE value IS 216 (84.77% from 255) = 44.35%

R = 30.39%
G = 25.26%
B = 44.35%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#947BD8 (or 0x947BD8) is known color: Medium Purple. HEX triplet: 94, 7B and D8. RGB value is (148,123,216). Sum of RGB (Red+Green+Blue) = 148+123+216=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #947BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BD8 is #6B8427. Grayscale: #8C8C8C. Windows color (decimal): -7046184 or 14187412. OLE color: 14187412.

HSL color Cylindrical-coordinate representation of color #947BD8: hue angle of 256.13º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947BD8 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 123 216 -
CMYK 0.31 0.43 0 0.15
HSL 256.13º 0.54% 0.66% -
HSV(B) 256.13º 0.43% 0.85% -
XYZ 31.69 25.42 68.2 -
YUV 141.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 148 123 216 0.31 0.43 0 0.15 256.13 0.54 0.66
Hex 94 7B D8 1F 2B 0 F 100 36 42
Octal 224 173 330 37 53 0 17 400 66 102
Binary 10010100 1111011 11011000 11111 101011 0 1111 100000000 110110 1000010

Color Harmonies of #947BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BD8

Black with #947BD8

Text Example


Text Example

White with #947BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947BD8; }

 p { color: rgb(148,123,216); }

 H1.HeaderClassName
 {
   color: #947BD8;
 }
 .AnyTagClassName
 {
   color: #947BD8;
 }
</style>

background-color css

<style>
 a { background-color: #947BD8; }

 a { background-color: rgb(148,123,216); }

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

border-color css

<style>
 span { border-color: #947BD8; }

 span { border-color: rgb(148,123,216); }

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