Html Css Color HEX #947BED Medium Purple

📋 copy color: '#947BED'

red 148 ◦ green 123 ◦ blue 237

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

Shades of Medium Purple #947BED

Tints of Medium Purple #947BED

RGB

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

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

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

R = 29.13%
G = 24.21%
B = 46.65%

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

#947BED (or 0x947BED) is known color: Medium Purple. HEX triplet: 94, 7B and ED. RGB value is (148,123,237). Sum of RGB (Red+Green+Blue) = 148+123+237=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #947BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BED is #6B8412. Grayscale: #8F8F8F. Windows color (decimal): -7046163 or 15563668. OLE color: 15563668.

HSL color Cylindrical-coordinate representation of color #947BED: hue angle of 253.16º 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 #947BED is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 123 237 -
CMYK 0.38 0.48 0 0.07
HSL 253.16º 0.76% 0.71% -
HSV(B) 253.16º 0.48% 0.93% -
XYZ 34.58 26.58 83.43 -
YUV 143.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 148 123 237 0.38 0.48 0 0.07 253.16 0.76 0.71
Hex 94 7B ED 26 30 0 7 FD 4C 47
Octal 224 173 355 46 60 0 7 375 114 107
Binary 10010100 1111011 11101101 100110 110000 0 111 11111101 1001100 1000111

Color Harmonies of #947BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BED

Black with #947BED

Text Example


Text Example

White with #947BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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