Html Css Color HEX #938ABE Cold Purple

📋 copy color: '#938ABE'

red 147 ◦ green 138 ◦ blue 190

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

Shades of Cold Purple #938ABE

Tints of Cold Purple #938ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

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

R = 30.95%
G = 29.05%
B = 40%

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

#938ABE (or 0x938ABE) is known color: Cold Purple. HEX triplet: 93, 8A and BE. RGB value is (147,138,190). Sum of RGB (Red+Green+Blue) = 147+138+190=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #938ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ABE is #6C7541. Grayscale: #929292. Windows color (decimal): -7107906 or 12487315. OLE color: 12487315.

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

Color convert

RGB 147 138 190 -
CMYK 0.23 0.27 0 0.25
HSL 250.38º 0.29% 0.64% -
HSV(B) 250.38º 0.27% 0.75% -
XYZ 30.42 28.1 52.54 -
YUV 146.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 147 138 190 0.23 0.27 0 0.25 250.38 0.29 0.64
Hex 93 8A BE 17 1B 0 19 FA 1D 40
Octal 223 212 276 27 33 0 31 372 35 100
Binary 10010011 10001010 10111110 10111 11011 0 11001 11111010 11101 1000000

Color Harmonies of #938ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ABE

Black with #938ABE

Text Example


Text Example

White with #938ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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