Html Css Color HEX #934AD5 Dark Orchid

📋 copy color: '#934AD5'

red 147 ◦ green 74 ◦ blue 213

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

Shades of Dark Orchid #934AD5

Tints of Dark Orchid #934AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 33.87%
G = 17.05%
B = 49.08%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#934AD5 (or 0x934AD5) is known color: Dark Orchid. HEX triplet: 93, 4A and D5. RGB value is (147,74,213). Sum of RGB (Red+Green+Blue) = 147+74+213=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #934AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934AD5 is #6CB52A. Grayscale: #6F6F6F. Windows color (decimal): -7124267 or 13978259. OLE color: 13978259.

HSL color Cylindrical-coordinate representation of color #934AD5: hue angle of 271.51º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934AD5 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 74 213 -
CMYK 0.31 0.65 0 0.16
HSL 271.51º 0.62% 0.56% -
HSV(B) 271.51º 0.65% 0.84% -
XYZ 26.49 15.9 64.62 -
YUV 111.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 147 74 213 0.31 0.65 0 0.16 271.51 0.62 0.56
Hex 93 4A D5 1F 41 0 10 110 3E 38
Octal 223 112 325 37 101 0 20 420 76 70
Binary 10010011 1001010 11010101 11111 1000001 0 10000 100010000 111110 111000

Color Harmonies of #934AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934AD5

Black with #934AD5

Text Example


Text Example

White with #934AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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