Html Css Color HEX #947BDC Medium Purple

📋 copy color: '#947BDC'

red 148 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #947BDC

Tints of Medium Purple #947BDC

RGB

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

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

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

R = 30.14%
G = 25.05%
B = 44.81%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#947BDC (or 0x947BDC) is known color: Medium Purple. HEX triplet: 94, 7B and DC. RGB value is (148,123,220). Sum of RGB (Red+Green+Blue) = 148+123+220=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #947BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BDC is #6B8423. Grayscale: #8D8D8D. Windows color (decimal): -7046180 or 14449556. OLE color: 14449556.

HSL color Cylindrical-coordinate representation of color #947BDC: hue angle of 255.46º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947BDC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 123 220 -
CMYK 0.33 0.44 0 0.14
HSL 255.46º 0.58% 0.67% -
HSV(B) 255.46º 0.44% 0.86% -
XYZ 32.21 25.63 70.96 -
YUV 141.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 148 123 220 0.33 0.44 0 0.14 255.46 0.58 0.67
Hex 94 7B DC 21 2C 0 E FF 3A 43
Octal 224 173 334 41 54 0 16 377 72 103
Binary 10010100 1111011 11011100 100001 101100 0 1110 11111111 111010 1000011

Color Harmonies of #947BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BDC

Black with #947BDC

Text Example


Text Example

White with #947BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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