Html Css Color HEX #938BBE Cold Purple

📋 copy color: '#938BBE'

red 147 ◦ green 139 ◦ blue 190

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

Shades of Cold Purple #938BBE

Tints of Cold Purple #938BBE

RGB

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

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

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

R = 30.88%
G = 29.2%
B = 39.92%

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

#938BBE (or 0x938BBE) is known color: Cold Purple. HEX triplet: 93, 8B and BE. RGB value is (147,139,190). Sum of RGB (Red+Green+Blue) = 147+139+190=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #938BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BBE is #6C7441. Grayscale: #939393. Windows color (decimal): -7107650 or 12487571. OLE color: 12487571.

HSL color Cylindrical-coordinate representation of color #938BBE: hue angle of 249.41º degrees, saturation: 0.28, 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 #938BBE is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 139 190 -
CMYK 0.23 0.27 0 0.25
HSL 249.41º 0.28% 0.65% -
HSV(B) 249.41º 0.27% 0.75% -
XYZ 30.56 28.39 52.58 -
YUV 147.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 147 139 190 0.23 0.27 0 0.25 249.41 0.28 0.65
Hex 93 8B BE 17 1B 0 19 F9 1C 41
Octal 223 213 276 27 33 0 31 371 34 101
Binary 10010011 10001011 10111110 10111 11011 0 11001 11111001 11100 1000001

Color Harmonies of #938BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938BBE

Black with #938BBE

Text Example


Text Example

White with #938BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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