#902DC4

Color #902DC4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #902DC4

Tints of Dark Orchid #902DC4

Color information

#902DC4 (or 0x902DC4) is unknown color: approx Dark Orchid. HEX triplet: 90, 2D and C4. RGB value is (144,45,196). Sum of RGB (Red+Green+Blue) = 144+45+196=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #902DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DC4 is #6FD23B. Grayscale: #5B5B5B. Windows color (decimal): -7328316 or 12856720. OLE color: 12856720.

HSL color Cylindrical-coordinate representation of color #902DC4: hue angle of 279.34º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902DC4 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14445196-
CMYK0.270.7700.23
HSL279.34º62.66%47.25%-
HSV(B)279.34º77.04%76.86%-
XYZ22.411.7953.32-
YUV91.82186.8165.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 45 (17.97% from 255) = 11.69%
BLUE value IS 196 (76.95% from 255) = 50.91%
R=37.40%
G=11.69%
B=50.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144451960.270.7700.23279.3462.6647.25
Hex902DC41B4D0171173f2f
Octal22055304331150274277757
Binary1001000010110111000100110111001101010111100010111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902DC4; }

 p { color: rgb(144,45,196); }

 H1.HeaderClassName
 {
   color: #902DC4;
 }
 .AnyTagClassName
 {
   color: #902DC4;
 }
</style>
background-color css

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

 a { background-color: rgb(144,45,196); }

 div.DivClassName
 {
   background-color: #902DC4;
 }
 .BgClassName
 {
   background-color: #902DC4;
 }
</style>
border-color css

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

 span { border-color: rgb(144,45,196); }

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