Html Css Color HEX #938BC0 Cold Purple

📋 copy color: '#938BC0'

red 147 ◦ green 139 ◦ blue 192

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

Shades of Cold Purple #938BC0

Tints of Cold Purple #938BC0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

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

R = 30.75%
G = 29.08%
B = 40.17%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#938BC0 (or 0x938BC0) is known color: Cold Purple. HEX triplet: 93, 8B and C0. RGB value is (147,139,192). Sum of RGB (Red+Green+Blue) = 147+139+192=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #938BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BC0 is #6C743F. Grayscale: #939393. Windows color (decimal): -7107648 or 12618643. OLE color: 12618643.

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

Color convert

RGB 147 139 192 -
CMYK 0.23 0.28 0 0.25
HSL 249.06º 0.3% 0.65% -
HSV(B) 249.06º 0.28% 0.75% -
XYZ 30.78 28.47 53.74 -
YUV 147.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 147 139 192 0.23 0.28 0 0.25 249.06 0.3 0.65
Hex 93 8B C0 17 1C 0 19 F9 1E 41
Octal 223 213 300 27 34 0 31 371 36 101
Binary 10010011 10001011 11000000 10111 11100 0 11001 11111001 11110 1000001

Color Harmonies of #938BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938BC0

Black with #938BC0

Text Example


Text Example

White with #938BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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