Html Css Color HEX #948ABA Cold Purple

📋 copy color: '#948ABA'

red 148 ◦ green 138 ◦ blue 186

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

Shades of Cold Purple #948ABA

Tints of Cold Purple #948ABA

RGB

 RED value IS 148 (58.2% from 255) = 31.36%

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

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 31.36%
G = 29.24%
B = 39.41%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#948ABA (or 0x948ABA) is known color: Cold Purple. HEX triplet: 94, 8A and BA. RGB value is (148,138,186). Sum of RGB (Red+Green+Blue) = 148+138+186=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #948ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ABA is #6B7545. Grayscale: #929292. Windows color (decimal): -7042374 or 12225172. OLE color: 12225172.

HSL color Cylindrical-coordinate representation of color #948ABA: hue angle of 252.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948ABA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 138 186 -
CMYK 0.20 0.26 0 0.27
HSL 252.5º 0.26% 0.64% -
HSV(B) 252.5º 0.26% 0.73% -
XYZ 30.16 28.02 50.27 -
YUV 146.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 148 138 186 0.20 0.26 0 0.27 252.5 0.26 0.64
Hex 94 8A BA 14 1A 0 1B FD 1A 40
Octal 224 212 272 24 32 0 33 375 32 100
Binary 10010100 10001010 10111010 10100 11010 0 11011 11111101 11010 1000000

Color Harmonies of #948ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948ABA

Black with #948ABA

Text Example


Text Example

White with #948ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948ABA; }

 p { color: rgb(148,138,186); }

 H1.HeaderClassName
 {
   color: #948ABA;
 }
 .AnyTagClassName
 {
   color: #948ABA;
 }
</style>

background-color css

<style>
 a { background-color: #948ABA; }

 a { background-color: rgb(148,138,186); }

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

border-color css

<style>
 span { border-color: #948ABA; }

 span { border-color: rgb(148,138,186); }

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