Html Css Color HEX #9481C7 Cold Purple

📋 copy color: '#9481C7'

red 148 ◦ green 129 ◦ blue 199

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

Shades of Cold Purple #9481C7

Tints of Cold Purple #9481C7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 31.09%
G = 27.1%
B = 41.81%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9481C7 (or 0x9481C7) is known color: Cold Purple. HEX triplet: 94, 81 and C7. RGB value is (148,129,199). Sum of RGB (Red+Green+Blue) = 148+129+199=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 199 - color contains mainly: blue. Hex color #9481C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481C7 is #6B7E38. Grayscale: #8E8E8E. Windows color (decimal): -7044665 or 13074836. OLE color: 13074836.

HSL color Cylindrical-coordinate representation of color #9481C7: hue angle of 256.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9481C7 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 129 199 -
CMYK 0.26 0.35 0 0.22
HSL 256.29º 0.38% 0.64% -
HSV(B) 256.29º 0.35% 0.78% -
XYZ 30.37 26.12 57.47 -
YUV 142.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 148 129 199 0.26 0.35 0 0.22 256.29 0.38 0.64
Hex 94 81 C7 1A 23 0 16 100 26 40
Octal 224 201 307 32 43 0 26 400 46 100
Binary 10010100 10000001 11000111 11010 100011 0 10110 100000000 100110 1000000

Color Harmonies of #9481C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9481C7

Black with #9481C7

Text Example


Text Example

White with #9481C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9481C7; }

 p { color: rgb(148,129,199); }

 H1.HeaderClassName
 {
   color: #9481C7;
 }
 .AnyTagClassName
 {
   color: #9481C7;
 }
</style>

background-color css

<style>
 a { background-color: #9481C7; }

 a { background-color: rgb(148,129,199); }

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

border-color css

<style>
 span { border-color: #9481C7; }

 span { border-color: rgb(148,129,199); }

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