Html Css Color HEX #957BEA Medium Purple

📋 copy color: '#957BEA'

red 149 ◦ green 123 ◦ blue 234

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

Shades of Medium Purple #957BEA

Tints of Medium Purple #957BEA

RGB

 RED value IS 149 (58.59% from 255) = 29.45%

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 29.45%
G = 24.31%
B = 46.25%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#957BEA (or 0x957BEA) is known color: Medium Purple. HEX triplet: 95, 7B and EA. RGB value is (149,123,234). Sum of RGB (Red+Green+Blue) = 149+123+234=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #957BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BEA is #6A8415. Grayscale: #8F8F8F. Windows color (decimal): -6980630 or 15367061. OLE color: 15367061.

HSL color Cylindrical-coordinate representation of color #957BEA: hue angle of 254.05º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957BEA is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 123 234 -
CMYK 0.36 0.47 0 0.08
HSL 254.05º 0.73% 0.7% -
HSV(B) 254.05º 0.47% 0.92% -
XYZ 34.33 26.5 81.15 -
YUV 143.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 149 123 234 0.36 0.47 0 0.08 254.05 0.73 0.7
Hex 95 7B EA 24 2F 0 8 FE 49 46
Octal 225 173 352 44 57 0 10 376 111 106
Binary 10010101 1111011 11101010 100100 101111 0 1000 11111110 1001001 1000110

Color Harmonies of #957BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BEA

Black with #957BEA

Text Example


Text Example

White with #957BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957BEA; }

 p { color: rgb(149,123,234); }

 H1.HeaderClassName
 {
   color: #957BEA;
 }
 .AnyTagClassName
 {
   color: #957BEA;
 }
</style>

background-color css

<style>
 a { background-color: #957BEA; }

 a { background-color: rgb(149,123,234); }

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

border-color css

<style>
 span { border-color: #957BEA; }

 span { border-color: rgb(149,123,234); }

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