Html Css Color HEX #902ED0 Dark Orchid

📋 copy color: '#902ED0'

red 144 ◦ green 46 ◦ blue 208

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

Shades of Dark Orchid #902ED0

Tints of Dark Orchid #902ED0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.56%

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 36.18%
G = 11.56%
B = 52.26%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#902ED0 (or 0x902ED0) is known color: Dark Orchid. HEX triplet: 90, 2E and D0. RGB value is (144,46,208). Sum of RGB (Red+Green+Blue) = 144+46+208=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #902ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902ED0 is #6FD12F. Grayscale: #5D5D5D. Windows color (decimal): -7328048 or 13643408. OLE color: 13643408.

HSL color Cylindrical-coordinate representation of color #902ED0: hue angle of 276.3º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902ED0 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 46 208 -
CMYK 0.31 0.78 0 0.18
HSL 276.3º 0.64% 0.5% -
HSV(B) 276.3º 0.78% 0.82% -
XYZ 23.86 12.44 60.82 -
YUV 93.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 144 46 208 0.31 0.78 0 0.18 276.3 0.64 0.5
Hex 90 2E D0 1F 4E 0 12 114 40 32
Octal 220 56 320 37 116 0 22 424 100 62
Binary 10010000 101110 11010000 11111 1001110 0 10010 100010100 1000000 110010

Color Harmonies of #902ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902ED0

Black with #902ED0

Text Example


Text Example

White with #902ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,46,208); }

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

background-color css

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

 a { background-color: rgb(144,46,208); }

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

border-color css

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

 span { border-color: rgb(144,46,208); }

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