Html Css Color HEX #947FBD Cold Purple

📋 copy color: '#947FBD'

red 148 ◦ green 127 ◦ blue 189

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

Shades of Cold Purple #947FBD

Tints of Cold Purple #947FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 31.9%
G = 27.37%
B = 40.73%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#947FBD (or 0x947FBD) is known color: Cold Purple. HEX triplet: 94, 7F and BD. RGB value is (148,127,189). Sum of RGB (Red+Green+Blue) = 148+127+189=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #947FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FBD is #6B8042. Grayscale: #8C8C8C. Windows color (decimal): -7045187 or 12418964. OLE color: 12418964.

HSL color Cylindrical-coordinate representation of color #947FBD: hue angle of 260.32º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #947FBD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 127 189 -
CMYK 0.22 0.33 0 0.26
HSL 260.32º 0.32% 0.62% -
HSV(B) 260.32º 0.33% 0.74% -
XYZ 28.99 25.15 51.47 -
YUV 140.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 148 127 189 0.22 0.33 0 0.26 260.32 0.32 0.62
Hex 94 7F BD 16 21 0 1A 104 20 3E
Octal 224 177 275 26 41 0 32 404 40 76
Binary 10010100 1111111 10111101 10110 100001 0 11010 100000100 100000 111110

Color Harmonies of #947FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FBD

Black with #947FBD

Text Example


Text Example

White with #947FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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