Html Css Color HEX #902375 Dark Purple

📋 copy color: '#902375'

red 144 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #902375

Tints of Dark Purple #902375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 48.65%
G = 11.82%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#902375 (or 0x902375) is known color: Dark Purple. HEX triplet: 90, 23 and 75. RGB value is (144,35,117). Sum of RGB (Red+Green+Blue) = 144+35+117=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #902375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902375 is #6FDC8A. Grayscale: #4C4C4C. Windows color (decimal): -7330955 or 7676816. OLE color: 7676816.

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

Color convert

RGB 144 35 117 -
CMYK 0 0.76 0.19 0.44
HSL 314.86º 0.61% 0.35% -
HSV(B) 314.86º 0.76% 0.56% -
XYZ 15.31 8.42 17.65 -
YUV 76.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 144 35 117 0 0.76 0.19 0.44 314.86 0.61 0.35
Hex 90 23 75 0 4C 13 2C 13B 3D 23
Octal 220 43 165 0 114 23 54 473 75 43
Binary 10010000 100011 1110101 0 1001100 10011 101100 100111011 111101 100011

Color Harmonies of #902375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902375

Black with #902375

Text Example


Text Example

White with #902375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902375; }

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

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

background-color css

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

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

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

border-color css

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

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

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