Html Css Color HEX #947CED Medium Purple

📋 copy color: '#947CED'

red 148 ◦ green 124 ◦ blue 237

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

Shades of Medium Purple #947CED

Tints of Medium Purple #947CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 29.08%
G = 24.36%
B = 46.56%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#947CED (or 0x947CED) is known color: Medium Purple. HEX triplet: 94, 7C and ED. RGB value is (148,124,237). Sum of RGB (Red+Green+Blue) = 148+124+237=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #947CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CED is #6B8312. Grayscale: #8F8F8F. Windows color (decimal): -7045907 or 15563924. OLE color: 15563924.

HSL color Cylindrical-coordinate representation of color #947CED: hue angle of 252.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #947CED is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 124 237 -
CMYK 0.38 0.48 0 0.07
HSL 252.74º 0.76% 0.71% -
HSV(B) 252.74º 0.48% 0.93% -
XYZ 34.71 26.83 83.47 -
YUV 144.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 148 124 237 0.38 0.48 0 0.07 252.74 0.76 0.71
Hex 94 7C ED 26 30 0 7 FD 4C 47
Octal 224 174 355 46 60 0 7 375 114 107
Binary 10010100 1111100 11101101 100110 110000 0 111 11111101 1001100 1000111

Color Harmonies of #947CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CED

Black with #947CED

Text Example


Text Example

White with #947CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,237); }

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

background-color css

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

 a { background-color: rgb(148,124,237); }

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

border-color css

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

 span { border-color: rgb(148,124,237); }

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