Html Css Color HEX #928AC0 Cold Purple

📋 copy color: '#928AC0'

red 146 ◦ green 138 ◦ blue 192

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

Shades of Cold Purple #928AC0

Tints of Cold Purple #928AC0

RGB

 RED value IS 146 (57.42% from 255) = 30.67%

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

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 30.67%
G = 28.99%
B = 40.34%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#928AC0 (or 0x928AC0) is known color: Cold Purple. HEX triplet: 92, 8A and C0. RGB value is (146,138,192). Sum of RGB (Red+Green+Blue) = 146+138+192=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #928AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AC0 is #6D753F. Grayscale: #929292. Windows color (decimal): -7173440 or 12618386. OLE color: 12618386.

HSL color Cylindrical-coordinate representation of color #928AC0: hue angle of 248.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #928AC0 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 138 192 -
CMYK 0.24 0.28 0 0.25
HSL 248.89º 0.3% 0.65% -
HSV(B) 248.89º 0.28% 0.75% -
XYZ 30.46 28.09 53.69 -
YUV 146.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 146 138 192 0.24 0.28 0 0.25 248.89 0.3 0.65
Hex 92 8A C0 18 1C 0 19 F9 1E 41
Octal 222 212 300 30 34 0 31 371 36 101
Binary 10010010 10001010 11000000 11000 11100 0 11001 11111001 11110 1000001

Color Harmonies of #928AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928AC0

Black with #928AC0

Text Example


Text Example

White with #928AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928AC0; }

 p { color: rgb(146,138,192); }

 H1.HeaderClassName
 {
   color: #928AC0;
 }
 .AnyTagClassName
 {
   color: #928AC0;
 }
</style>

background-color css

<style>
 a { background-color: #928AC0; }

 a { background-color: rgb(146,138,192); }

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

border-color css

<style>
 span { border-color: #928AC0; }

 span { border-color: rgb(146,138,192); }

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