Html Css Color HEX #9280BE Cold Purple

📋 copy color: '#9280BE'

red 146 ◦ green 128 ◦ blue 190

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

Shades of Cold Purple #9280BE

Tints of Cold Purple #9280BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 31.47%
G = 27.59%
B = 40.95%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9280BE (or 0x9280BE) is known color: Cold Purple. HEX triplet: 92, 80 and BE. RGB value is (146,128,190). Sum of RGB (Red+Green+Blue) = 146+128+190=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9280BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280BE is #6D7F41. Grayscale: #8C8C8C. Windows color (decimal): -7176002 or 12484754. OLE color: 12484754.

HSL color Cylindrical-coordinate representation of color #9280BE: hue angle of 257.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9280BE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 128 190 -
CMYK 0.23 0.33 0 0.25
HSL 257.42º 0.32% 0.62% -
HSV(B) 257.42º 0.33% 0.75% -
XYZ 28.87 25.27 52.07 -
YUV 140.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 146 128 190 0.23 0.33 0 0.25 257.42 0.32 0.62
Hex 92 80 BE 17 21 0 19 101 20 3E
Octal 222 200 276 27 41 0 31 401 40 76
Binary 10010010 10000000 10111110 10111 100001 0 11001 100000001 100000 111110

Color Harmonies of #9280BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9280BE

Black with #9280BE

Text Example


Text Example

White with #9280BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9280BE; }

 p { color: rgb(146,128,190); }

 H1.HeaderClassName
 {
   color: #9280BE;
 }
 .AnyTagClassName
 {
   color: #9280BE;
 }
</style>

background-color css

<style>
 a { background-color: #9280BE; }

 a { background-color: rgb(146,128,190); }

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

border-color css

<style>
 span { border-color: #9280BE; }

 span { border-color: rgb(146,128,190); }

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