Html Css Color HEX #90628F Violet Blue

📋 copy color: '#90628F'

red 144 ◦ green 98 ◦ blue 143

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

Shades of Violet Blue #90628F

Tints of Violet Blue #90628F

RGB

 RED value IS 144 (56.64% from 255) = 37.4%

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 37.4%
G = 25.45%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90628F (or 0x90628F) is known color: Violet Blue. HEX triplet: 90, 62 and 8F. RGB value is (144,98,143). Sum of RGB (Red+Green+Blue) = 144+98+143=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90628F is #6F9D70. Grayscale: #747474. Windows color (decimal): -7314801 or 9396880. OLE color: 9396880.

HSL color Cylindrical-coordinate representation of color #90628F: hue angle of 301.3º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90628F is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 143 -
CMYK 0 0.32 0.01 0.44
HSL 301.3º 0.19% 0.47% -
HSV(B) 301.3º 0.32% 0.56% -
XYZ 20.83 16.65 28.1 -
YUV 116.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 144 98 143 0 0.32 0.01 0.44 301.3 0.19 0.47
Hex 90 62 8F 0 20 1 2C 12D 13 2F
Octal 220 142 217 0 40 1 54 455 23 57
Binary 10010000 1100010 10001111 0 100000 1 101100 100101101 10011 101111

Color Harmonies of #90628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90628F

Black with #90628F

Text Example


Text Example

White with #90628F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90628F; }

 p { color: rgb(144,98,143); }

 H1.HeaderClassName
 {
   color: #90628F;
 }
 .AnyTagClassName
 {
   color: #90628F;
 }
</style>

background-color css

<style>
 a { background-color: #90628F; }

 a { background-color: rgb(144,98,143); }

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

border-color css

<style>
 span { border-color: #90628F; }

 span { border-color: rgb(144,98,143); }

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