Html Css Color HEX #947FC1 Cold Purple

📋 copy color: '#947FC1'

red 148 ◦ green 127 ◦ blue 193

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

Shades of Cold Purple #947FC1

Tints of Cold Purple #947FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 31.62%
G = 27.14%
B = 41.24%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#947FC1 (or 0x947FC1) is known color: Cold Purple. HEX triplet: 94, 7F and C1. RGB value is (148,127,193). Sum of RGB (Red+Green+Blue) = 148+127+193=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #947FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FC1 is #6B803E. Grayscale: #8C8C8C. Windows color (decimal): -7045183 or 12681108. OLE color: 12681108.

HSL color Cylindrical-coordinate representation of color #947FC1: hue angle of 259.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947FC1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 127 193 -
CMYK 0.23 0.34 0 0.24
HSL 259.09º 0.35% 0.63% -
HSV(B) 259.09º 0.34% 0.76% -
XYZ 29.43 25.32 53.79 -
YUV 140.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 148 127 193 0.23 0.34 0 0.24 259.09 0.35 0.63
Hex 94 7F C1 17 22 0 18 103 23 3F
Octal 224 177 301 27 42 0 30 403 43 77
Binary 10010100 1111111 11000001 10111 100010 0 11000 100000011 100011 111111

Color Harmonies of #947FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FC1

Black with #947FC1

Text Example


Text Example

White with #947FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947FC1; }

 p { color: rgb(148,127,193); }

 H1.HeaderClassName
 {
   color: #947FC1;
 }
 .AnyTagClassName
 {
   color: #947FC1;
 }
</style>

background-color css

<style>
 a { background-color: #947FC1; }

 a { background-color: rgb(148,127,193); }

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

border-color css

<style>
 span { border-color: #947FC1; }

 span { border-color: rgb(148,127,193); }

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