Html Css Color HEX #90238C Dark Purple

📋 copy color: '#90238C'

red 144 ◦ green 35 ◦ blue 140

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

Shades of Dark Purple #90238C

Tints of Dark Purple #90238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 45.14%
G = 10.97%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90238C (or 0x90238C) is known color: Dark Purple. HEX triplet: 90, 23 and 8C. RGB value is (144,35,140). Sum of RGB (Red+Green+Blue) = 144+35+140=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90238C is #6FDC73. Grayscale: #4F4F4F. Windows color (decimal): -7330932 or 9184144. OLE color: 9184144.

HSL color Cylindrical-coordinate representation of color #90238C: hue angle of 302.2º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90238C is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 35 140 -
CMYK 0 0.76 0.03 0.44
HSL 302.2º 0.61% 0.35% -
HSV(B) 302.2º 0.76% 0.56% -
XYZ 16.84 9.02 25.67 -
YUV 79.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 144 35 140 0 0.76 0.03 0.44 302.2 0.61 0.35
Hex 90 23 8C 0 4C 3 2C 12E 3D 23
Octal 220 43 214 0 114 3 54 456 75 43
Binary 10010000 100011 10001100 0 1001100 11 101100 100101110 111101 100011

Color Harmonies of #90238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90238C

Black with #90238C

Text Example


Text Example

White with #90238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90238C; }

 p { color: rgb(144,35,140); }

 H1.HeaderClassName
 {
   color: #90238C;
 }
 .AnyTagClassName
 {
   color: #90238C;
 }
</style>

background-color css

<style>
 a { background-color: #90238C; }

 a { background-color: rgb(144,35,140); }

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

border-color css

<style>
 span { border-color: #90238C; }

 span { border-color: rgb(144,35,140); }

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