Html Css Color HEX #935CEF Medium Purple

📋 copy color: '#935CEF'

red 147 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #935CEF

Tints of Medium Purple #935CEF

RGB

 RED value IS 147 (57.81% from 255) = 30.75%

 GREEN value IS 92 (36.33% from 255) = 19.25%

 BLUE value IS 239 (93.75% from 255) = 50%

R = 30.75%
G = 19.25%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#935CEF (or 0x935CEF) is known color: Medium Purple. HEX triplet: 93, 5C and EF. RGB value is (147,92,239). Sum of RGB (Red+Green+Blue) = 147+92+239=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #935CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935CEF is #6CA310. Grayscale: #7C7C7C. Windows color (decimal): -7119633 or 15686803. OLE color: 15686803.

HSL color Cylindrical-coordinate representation of color #935CEF: hue angle of 262.45º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935CEF is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 92 239 -
CMYK 0.38 0.62 0 0.06
HSL 262.45º 0.82% 0.65% -
HSV(B) 262.45º 0.62% 0.94% -
XYZ 31.44 20.09 83.88 -
YUV 125.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 147 92 239 0.38 0.62 0 0.06 262.45 0.82 0.65
Hex 93 5C EF 26 3E 0 6 106 52 41
Octal 223 134 357 46 76 0 6 406 122 101
Binary 10010011 1011100 11101111 100110 111110 0 110 100000110 1010010 1000001

Color Harmonies of #935CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CEF

Black with #935CEF

Text Example


Text Example

White with #935CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935CEF; }

 p { color: rgb(147,92,239); }

 H1.HeaderClassName
 {
   color: #935CEF;
 }
 .AnyTagClassName
 {
   color: #935CEF;
 }
</style>

background-color css

<style>
 a { background-color: #935CEF; }

 a { background-color: rgb(147,92,239); }

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

border-color css

<style>
 span { border-color: #935CEF; }

 span { border-color: rgb(147,92,239); }

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