Html Css Color HEX #938CBE Cold Purple

📋 copy color: '#938CBE'

red 147 ◦ green 140 ◦ blue 190

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

Shades of Cold Purple #938CBE

Tints of Cold Purple #938CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 30.82%
G = 29.35%
B = 39.83%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#938CBE (or 0x938CBE) is known color: Cold Purple. HEX triplet: 93, 8C and BE. RGB value is (147,140,190). Sum of RGB (Red+Green+Blue) = 147+140+190=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #938CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CBE is #6C7341. Grayscale: #939393. Windows color (decimal): -7107394 or 12487827. OLE color: 12487827.

HSL color Cylindrical-coordinate representation of color #938CBE: hue angle of 248.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #938CBE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 140 190 -
CMYK 0.23 0.26 0 0.25
HSL 248.4º 0.28% 0.65% -
HSV(B) 248.4º 0.26% 0.75% -
XYZ 30.7 28.68 52.63 -
YUV 147.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 147 140 190 0.23 0.26 0 0.25 248.4 0.28 0.65
Hex 93 8C BE 17 1A 0 19 F8 1C 41
Octal 223 214 276 27 32 0 31 370 34 101
Binary 10010011 10001100 10111110 10111 11010 0 11001 11111000 11100 1000001

Color Harmonies of #938CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938CBE

Black with #938CBE

Text Example


Text Example

White with #938CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938CBE; }

 p { color: rgb(147,140,190); }

 H1.HeaderClassName
 {
   color: #938CBE;
 }
 .AnyTagClassName
 {
   color: #938CBE;
 }
</style>

background-color css

<style>
 a { background-color: #938CBE; }

 a { background-color: rgb(147,140,190); }

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

border-color css

<style>
 span { border-color: #938CBE; }

 span { border-color: rgb(147,140,190); }

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