Html Css Color HEX #947BE4 Medium Purple

📋 copy color: '#947BE4'

red 148 ◦ green 123 ◦ blue 228

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

Shades of Medium Purple #947BE4

Tints of Medium Purple #947BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.69%

R = 29.66%
G = 24.65%
B = 45.69%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#947BE4 (or 0x947BE4) is known color: Medium Purple. HEX triplet: 94, 7B and E4. RGB value is (148,123,228). Sum of RGB (Red+Green+Blue) = 148+123+228=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #947BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BE4 is #6B841B. Grayscale: #8E8E8E. Windows color (decimal): -7046172 or 14973844. OLE color: 14973844.

HSL color Cylindrical-coordinate representation of color #947BE4: hue angle of 254.29º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #947BE4 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 123 228 -
CMYK 0.35 0.46 0 0.11
HSL 254.29º 0.66% 0.69% -
HSV(B) 254.29º 0.46% 0.89% -
XYZ 33.3 26.06 76.67 -
YUV 142.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 148 123 228 0.35 0.46 0 0.11 254.29 0.66 0.69
Hex 94 7B E4 23 2E 0 B FE 42 45
Octal 224 173 344 43 56 0 13 376 102 105
Binary 10010100 1111011 11100100 100011 101110 0 1011 11111110 1000010 1000101

Color Harmonies of #947BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BE4

Black with #947BE4

Text Example


Text Example

White with #947BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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