Html Css Color HEX #947BD5 Medium Purple

📋 copy color: '#947BD5'

red 148 ◦ green 123 ◦ blue 213

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

Shades of Medium Purple #947BD5

Tints of Medium Purple #947BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 30.58%
G = 25.41%
B = 44.01%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#947BD5 (or 0x947BD5) is known color: Medium Purple. HEX triplet: 94, 7B and D5. RGB value is (148,123,213). Sum of RGB (Red+Green+Blue) = 148+123+213=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #947BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BD5 is #6B842A. Grayscale: #8C8C8C. Windows color (decimal): -7046187 or 13990804. OLE color: 13990804.

HSL color Cylindrical-coordinate representation of color #947BD5: hue angle of 256.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947BD5 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 123 213 -
CMYK 0.31 0.42 0 0.16
HSL 256.67º 0.52% 0.66% -
HSV(B) 256.67º 0.42% 0.84% -
XYZ 31.31 25.27 66.18 -
YUV 140.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 148 123 213 0.31 0.42 0 0.16 256.67 0.52 0.66
Hex 94 7B D5 1F 2A 0 10 101 34 42
Octal 224 173 325 37 52 0 20 401 64 102
Binary 10010100 1111011 11010101 11111 101010 0 10000 100000001 110100 1000010

Color Harmonies of #947BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BD5

Black with #947BD5

Text Example


Text Example

White with #947BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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