Html Css Color HEX #938ABF Cold Purple

📋 copy color: '#938ABF'

red 147 ◦ green 138 ◦ blue 191

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

Shades of Cold Purple #938ABF

Tints of Cold Purple #938ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 30.88%
G = 28.99%
B = 40.13%

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

#938ABF (or 0x938ABF) is known color: Cold Purple. HEX triplet: 93, 8A and BF. RGB value is (147,138,191). Sum of RGB (Red+Green+Blue) = 147+138+191=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #938ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ABF is #6C7540. Grayscale: #929292. Windows color (decimal): -7107905 or 12552851. OLE color: 12552851.

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

Color convert

RGB 147 138 191 -
CMYK 0.23 0.28 0 0.25
HSL 250.19º 0.29% 0.65% -
HSV(B) 250.19º 0.28% 0.75% -
XYZ 30.53 28.14 53.11 -
YUV 146.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 147 138 191 0.23 0.28 0 0.25 250.19 0.29 0.65
Hex 93 8A BF 17 1C 0 19 FA 1D 41
Octal 223 212 277 27 34 0 31 372 35 101
Binary 10010011 10001010 10111111 10111 11100 0 11001 11111010 11101 1000001

Color Harmonies of #938ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ABF

Black with #938ABF

Text Example


Text Example

White with #938ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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