Html Css Color HEX #948AAF Cold Purple

📋 copy color: '#948AAF'

red 148 ◦ green 138 ◦ blue 175

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

Shades of Cold Purple #948AAF

Tints of Cold Purple #948AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 32.1%
G = 29.93%
B = 37.96%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#948AAF (or 0x948AAF) is known color: Cold Purple. HEX triplet: 94, 8A and AF. RGB value is (148,138,175). Sum of RGB (Red+Green+Blue) = 148+138+175=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #948AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948AAF is #6B7550. Grayscale: #919191. Windows color (decimal): -7042385 or 11504276. OLE color: 11504276.

HSL color Cylindrical-coordinate representation of color #948AAF: hue angle of 256.22º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948AAF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 138 175 -
CMYK 0.15 0.21 0 0.31
HSL 256.22º 0.19% 0.61% -
HSV(B) 256.22º 0.21% 0.69% -
XYZ 29.04 27.57 44.35 -
YUV 145.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 148 138 175 0.15 0.21 0 0.31 256.22 0.19 0.61
Hex 94 8A AF F 15 0 1F 100 13 3D
Octal 224 212 257 17 25 0 37 400 23 75
Binary 10010100 10001010 10101111 1111 10101 0 11111 100000000 10011 111101

Color Harmonies of #948AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948AAF

Black with #948AAF

Text Example


Text Example

White with #948AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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