Html Css Color HEX #974ADD Dark Orchid

📋 copy color: '#974ADD'

red 151 ◦ green 74 ◦ blue 221

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

Shades of Dark Orchid #974ADD

Tints of Dark Orchid #974ADD

RGB

 RED value IS 151 (59.38% from 255) = 33.86%

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 33.86%
G = 16.59%
B = 49.55%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#974ADD (or 0x974ADD) is known color: Dark Orchid. HEX triplet: 97, 4A and DD. RGB value is (151,74,221). Sum of RGB (Red+Green+Blue) = 151+74+221=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #974ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ADD is #68B522. Grayscale: #717171. Windows color (decimal): -6862115 or 14502551. OLE color: 14502551.

HSL color Cylindrical-coordinate representation of color #974ADD: hue angle of 271.43º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974ADD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 74 221 -
CMYK 0.32 0.67 0 0.13
HSL 271.43º 0.68% 0.58% -
HSV(B) 271.43º 0.67% 0.87% -
XYZ 28.26 16.7 70.14 -
YUV 113.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 151 74 221 0.32 0.67 0 0.13 271.43 0.68 0.58
Hex 97 4A DD 20 43 0 D 10F 44 3A
Octal 227 112 335 40 103 0 15 417 104 72
Binary 10010111 1001010 11011101 100000 1000011 0 1101 100001111 1000100 111010

Color Harmonies of #974ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ADD

Black with #974ADD

Text Example


Text Example

White with #974ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974ADD; }

 p { color: rgb(151,74,221); }

 H1.HeaderClassName
 {
   color: #974ADD;
 }
 .AnyTagClassName
 {
   color: #974ADD;
 }
</style>

background-color css

<style>
 a { background-color: #974ADD; }

 a { background-color: rgb(151,74,221); }

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

border-color css

<style>
 span { border-color: #974ADD; }

 span { border-color: rgb(151,74,221); }

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