Html Css Color HEX #947BDB Medium Purple

📋 copy color: '#947BDB'

red 148 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #947BDB

Tints of Medium Purple #947BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 30.2%
G = 25.1%
B = 44.69%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#947BDB (or 0x947BDB) is known color: Medium Purple. HEX triplet: 94, 7B and DB. RGB value is (148,123,219). Sum of RGB (Red+Green+Blue) = 148+123+219=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #947BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BDB is #6B8424. Grayscale: #8D8D8D. Windows color (decimal): -7046181 or 14384020. OLE color: 14384020.

HSL color Cylindrical-coordinate representation of color #947BDB: hue angle of 255.62º degrees, saturation: 0.57, 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 #947BDB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 123 219 -
CMYK 0.32 0.44 0 0.14
HSL 255.63º 0.57% 0.67% -
HSV(B) 255.63º 0.44% 0.86% -
XYZ 32.08 25.58 70.26 -
YUV 141.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 148 123 219 0.32 0.44 0 0.14 255.63 0.57 0.67
Hex 94 7B DB 20 2C 0 E 100 39 43
Octal 224 173 333 40 54 0 16 400 71 103
Binary 10010100 1111011 11011011 100000 101100 0 1110 100000000 111001 1000011

Color Harmonies of #947BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BDB

Black with #947BDB

Text Example


Text Example

White with #947BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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