Html Css Color HEX #938CB8 Cold Purple

📋 copy color: '#938CB8'

red 147 ◦ green 140 ◦ blue 184

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

Shades of Cold Purple #938CB8

Tints of Cold Purple #938CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.07%

R = 31.21%
G = 29.72%
B = 39.07%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#938CB8 (or 0x938CB8) is known color: Cold Purple. HEX triplet: 93, 8C and B8. RGB value is (147,140,184). Sum of RGB (Red+Green+Blue) = 147+140+184=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 184 - color contains mainly: blue. Hex color #938CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CB8 is #6C7347. Grayscale: #929292. Windows color (decimal): -7107400 or 12094611. OLE color: 12094611.

HSL color Cylindrical-coordinate representation of color #938CB8: hue angle of 249.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #938CB8 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 140 184 -
CMYK 0.20 0.24 0 0.28
HSL 249.55º 0.24% 0.64% -
HSV(B) 249.55º 0.24% 0.72% -
XYZ 30.06 28.42 49.25 -
YUV 147.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 147 140 184 0.20 0.24 0 0.28 249.55 0.24 0.64
Hex 93 8C B8 14 18 0 1C FA 18 40
Octal 223 214 270 24 30 0 34 372 30 100
Binary 10010011 10001100 10111000 10100 11000 0 11100 11111010 11000 1000000

Color Harmonies of #938CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938CB8

Black with #938CB8

Text Example


Text Example

White with #938CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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