Html Css Color HEX #90438B Vivid Violet

📋 copy color: '#90438B'

red 144 ◦ green 67 ◦ blue 139

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

Shades of Vivid Violet #90438B

Tints of Vivid Violet #90438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 41.14%
G = 19.14%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90438B (or 0x90438B) is known color: Vivid Violet. HEX triplet: 90, 43 and 8B. RGB value is (144,67,139). Sum of RGB (Red+Green+Blue) = 144+67+139=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90438B is #6FBC74. Grayscale: #626262. Windows color (decimal): -7322741 or 9126800. OLE color: 9126800.

HSL color Cylindrical-coordinate representation of color #90438B: hue angle of 303.9º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90438B is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 67 139 -
CMYK 0 0.53 0.03 0.44
HSL 303.9º 0.36% 0.41% -
HSV(B) 303.9º 0.53% 0.56% -
XYZ 18.17 11.81 25.75 -
YUV 98.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 144 67 139 0 0.53 0.03 0.44 303.9 0.36 0.41
Hex 90 43 8B 0 35 3 2C 130 24 29
Octal 220 103 213 0 65 3 54 460 44 51
Binary 10010000 1000011 10001011 0 110101 11 101100 100110000 100100 101001

Color Harmonies of #90438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90438B

Black with #90438B

Text Example


Text Example

White with #90438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90438B; }

 p { color: rgb(144,67,139); }

 H1.HeaderClassName
 {
   color: #90438B;
 }
 .AnyTagClassName
 {
   color: #90438B;
 }
</style>

background-color css

<style>
 a { background-color: #90438B; }

 a { background-color: rgb(144,67,139); }

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

border-color css

<style>
 span { border-color: #90438B; }

 span { border-color: rgb(144,67,139); }

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