Html Css Color HEX #903DD6 Dark Orchid

📋 copy color: '#903DD6'

red 144 ◦ green 61 ◦ blue 214

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

Shades of Dark Orchid #903DD6

Tints of Dark Orchid #903DD6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.56%

 BLUE value IS 214 (83.98% from 255) = 51.07%

R = 34.37%
G = 14.56%
B = 51.07%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#903DD6 (or 0x903DD6) is known color: Dark Orchid. HEX triplet: 90, 3D and D6. RGB value is (144,61,214). Sum of RGB (Red+Green+Blue) = 144+61+214=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #903DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DD6 is #6FC229. Grayscale: #666666. Windows color (decimal): -7324202 or 14040464. OLE color: 14040464.

HSL color Cylindrical-coordinate representation of color #903DD6: hue angle of 272.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #903DD6 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 61 214 -
CMYK 0.33 0.71 0 0.16
HSL 272.55º 0.65% 0.54% -
HSV(B) 272.55º 0.71% 0.84% -
XYZ 25.31 14.12 65.01 -
YUV 103.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 144 61 214 0.33 0.71 0 0.16 272.55 0.65 0.54
Hex 90 3D D6 21 47 0 10 111 41 36
Octal 220 75 326 41 107 0 20 421 101 66
Binary 10010000 111101 11010110 100001 1000111 0 10000 100010001 1000001 110110

Color Harmonies of #903DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903DD6

Black with #903DD6

Text Example


Text Example

White with #903DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903DD6; }

 p { color: rgb(144,61,214); }

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

background-color css

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

 a { background-color: rgb(144,61,214); }

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

border-color css

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

 span { border-color: rgb(144,61,214); }

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