Html Css Color HEX #938AB3 Cold Purple

📋 copy color: '#938AB3'

red 147 ◦ green 138 ◦ blue 179

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

Shades of Cold Purple #938AB3

Tints of Cold Purple #938AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.58%

R = 31.68%
G = 29.74%
B = 38.58%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#938AB3 (or 0x938AB3) is known color: Cold Purple. HEX triplet: 93, 8A and B3. RGB value is (147,138,179). Sum of RGB (Red+Green+Blue) = 147+138+179=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #938AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AB3 is #6C754C. Grayscale: #919191. Windows color (decimal): -7107917 or 11766419. OLE color: 11766419.

HSL color Cylindrical-coordinate representation of color #938AB3: hue angle of 253.17º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #938AB3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 138 179 -
CMYK 0.18 0.23 0 0.30
HSL 253.17º 0.21% 0.62% -
HSV(B) 253.17º 0.23% 0.7% -
XYZ 29.26 27.63 46.44 -
YUV 145.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 147 138 179 0.18 0.23 0 0.30 253.17 0.21 0.62
Hex 93 8A B3 12 17 0 1E FD 15 3E
Octal 223 212 263 22 27 0 36 375 25 76
Binary 10010011 10001010 10110011 10010 10111 0 11110 11111101 10101 111110

Color Harmonies of #938AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938AB3

Black with #938AB3

Text Example


Text Example

White with #938AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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