#902BC4

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

Shades of Dark Orchid #902BC4

Tints of Dark Orchid #902BC4

Color information

#902BC4 (or 0x902BC4) is unknown color: approx Dark Orchid. HEX triplet: 90, 2B and C4. RGB value is (144,43,196). Sum of RGB (Red+Green+Blue) = 144+43+196=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #902BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902BC4 is #6FD43B. Grayscale: #5A5A5A. Windows color (decimal): -7328828 or 12856208. OLE color: 12856208.

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

Color convert

RGB14443196-
CMYK0.270.7800.23
HSL279.61º64.02%46.86%-
HSV(B)279.61º78.06%76.86%-
XYZ22.3311.6453.29-
YUV90.64187.46166.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=37.60%
G=11.23%
B=51.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144431960.270.7800.23279.6164.0246.86
Hex902BC41B4E017118402f
Octal220533043311602743010057
Binary10010000101011110001001101110011100101111000110001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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