Html Css Color HEX #947BE0 Medium Purple

📋 copy color: '#947BE0'

red 148 ◦ green 123 ◦ blue 224

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

Shades of Medium Purple #947BE0

Tints of Medium Purple #947BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 29.9%
G = 24.85%
B = 45.25%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#947BE0 (or 0x947BE0) is known color: Medium Purple. HEX triplet: 94, 7B and E0. RGB value is (148,123,224). Sum of RGB (Red+Green+Blue) = 148+123+224=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #947BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BE0 is #6B841F. Grayscale: #8D8D8D. Windows color (decimal): -7046176 or 14711700. OLE color: 14711700.

HSL color Cylindrical-coordinate representation of color #947BE0: hue angle of 254.85º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947BE0 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 123 224 -
CMYK 0.34 0.45 0 0.12
HSL 254.85º 0.62% 0.68% -
HSV(B) 254.85º 0.45% 0.88% -
XYZ 32.75 25.84 73.78 -
YUV 141.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 148 123 224 0.34 0.45 0 0.12 254.85 0.62 0.68
Hex 94 7B E0 22 2D 0 C FF 3E 44
Octal 224 173 340 42 55 0 14 377 76 104
Binary 10010100 1111011 11100000 100010 101101 0 1100 11111111 111110 1000100

Color Harmonies of #947BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BE0

Black with #947BE0

Text Example


Text Example

White with #947BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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