Html Css Color HEX #90238B Dark Purple

📋 copy color: '#90238B'

red 144 ◦ green 35 ◦ blue 139

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

Shades of Dark Purple #90238B

Tints of Dark Purple #90238B

RGB

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

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

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

R = 45.28%
G = 11.01%
B = 43.71%

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

#90238B (or 0x90238B) is known color: Dark Purple. HEX triplet: 90, 23 and 8B. RGB value is (144,35,139). Sum of RGB (Red+Green+Blue) = 144+35+139=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90238B is #6FDC74. Grayscale: #4F4F4F. Windows color (decimal): -7330933 or 9118608. OLE color: 9118608.

HSL color Cylindrical-coordinate representation of color #90238B: hue angle of 302.75º 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 #90238B is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 35 139 -
CMYK 0 0.76 0.03 0.44
HSL 302.75º 0.61% 0.35% -
HSV(B) 302.75º 0.76% 0.56% -
XYZ 16.76 9 25.28 -
YUV 79.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 144 35 139 0 0.76 0.03 0.44 302.75 0.61 0.35
Hex 90 23 8B 0 4C 3 2C 12F 3D 23
Octal 220 43 213 0 114 3 54 457 75 43
Binary 10010000 100011 10001011 0 1001100 11 101100 100101111 111101 100011

Color Harmonies of #90238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90238B

Black with #90238B

Text Example


Text Example

White with #90238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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