Html Css Color HEX #9483C1 Cold Purple

📋 copy color: '#9483C1'

red 148 ◦ green 131 ◦ blue 193

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

Shades of Cold Purple #9483C1

Tints of Cold Purple #9483C1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.75%

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

R = 31.36%
G = 27.75%
B = 40.89%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9483C1 (or 0x9483C1) is known color: Cold Purple. HEX triplet: 94, 83 and C1. RGB value is (148,131,193). Sum of RGB (Red+Green+Blue) = 148+131+193=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #9483C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483C1 is #6B7C3E. Grayscale: #8E8E8E. Windows color (decimal): -7044159 or 12682132. OLE color: 12682132.

HSL color Cylindrical-coordinate representation of color #9483C1: hue angle of 256.45º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9483C1 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 131 193 -
CMYK 0.23 0.32 0 0.24
HSL 256.45º 0.33% 0.64% -
HSV(B) 256.45º 0.32% 0.76% -
XYZ 29.95 26.38 53.96 -
YUV 143.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 148 131 193 0.23 0.32 0 0.24 256.45 0.33 0.64
Hex 94 83 C1 17 20 0 18 100 21 40
Octal 224 203 301 27 40 0 30 400 41 100
Binary 10010100 10000011 11000001 10111 100000 0 11000 100000000 100001 1000000

Color Harmonies of #9483C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9483C1

Black with #9483C1

Text Example


Text Example

White with #9483C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9483C1; }

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

 H1.HeaderClassName
 {
   color: #9483C1;
 }
 .AnyTagClassName
 {
   color: #9483C1;
 }
</style>

background-color css

<style>
 a { background-color: #9483C1; }

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

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

border-color css

<style>
 span { border-color: #9483C1; }

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

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