Html Css Color HEX #938CC0 Cold Purple

📋 copy color: '#938CC0'

red 147 ◦ green 140 ◦ blue 192

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

Shades of Cold Purple #938CC0

Tints of Cold Purple #938CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 30.69%
G = 29.23%
B = 40.08%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#938CC0 (or 0x938CC0) is known color: Cold Purple. HEX triplet: 93, 8C and C0. RGB value is (147,140,192). Sum of RGB (Red+Green+Blue) = 147+140+192=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #938CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CC0 is #6C733F. Grayscale: #939393. Windows color (decimal): -7107392 or 12618899. OLE color: 12618899.

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

Color convert

RGB 147 140 192 -
CMYK 0.23 0.27 0 0.25
HSL 248.08º 0.29% 0.65% -
HSV(B) 248.08º 0.27% 0.75% -
XYZ 30.93 28.76 53.79 -
YUV 148.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 147 140 192 0.23 0.27 0 0.25 248.08 0.29 0.65
Hex 93 8C C0 17 1B 0 19 F8 1D 41
Octal 223 214 300 27 33 0 31 370 35 101
Binary 10010011 10001100 11000000 10111 11011 0 11001 11111000 11101 1000001

Color Harmonies of #938CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938CC0

Black with #938CC0

Text Example


Text Example

White with #938CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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