Html Css Color HEX #934AD1 Dark Orchid

📋 copy color: '#934AD1'

red 147 ◦ green 74 ◦ blue 209

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

Shades of Dark Orchid #934AD1

Tints of Dark Orchid #934AD1

RGB

 RED value IS 147 (57.81% from 255) = 34.19%

 GREEN value IS 74 (29.3% from 255) = 17.21%

 BLUE value IS 209 (82.03% from 255) = 48.6%

R = 34.19%
G = 17.21%
B = 48.6%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#934AD1 (or 0x934AD1) is known color: Dark Orchid. HEX triplet: 93, 4A and D1. RGB value is (147,74,209). Sum of RGB (Red+Green+Blue) = 147+74+209=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #934AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934AD1 is #6CB52E. Grayscale: #6E6E6E. Windows color (decimal): -7124271 or 13716115. OLE color: 13716115.

HSL color Cylindrical-coordinate representation of color #934AD1: hue angle of 272.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934AD1 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 74 209 -
CMYK 0.30 0.65 0 0.18
HSL 272.44º 0.59% 0.55% -
HSV(B) 272.44º 0.65% 0.82% -
XYZ 25.99 15.7 61.98 -
YUV 111.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 147 74 209 0.30 0.65 0 0.18 272.44 0.59 0.55
Hex 93 4A D1 1E 41 0 12 110 3B 37
Octal 223 112 321 36 101 0 22 420 73 67
Binary 10010011 1001010 11010001 11110 1000001 0 10010 100010000 111011 110111

Color Harmonies of #934AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934AD1

Black with #934AD1

Text Example


Text Example

White with #934AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934AD1; }

 p { color: rgb(147,74,209); }

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

background-color css

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

 a { background-color: rgb(147,74,209); }

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

border-color css

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

 span { border-color: rgb(147,74,209); }

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