Html Css Color HEX #974ADF Dark Orchid

📋 copy color: '#974ADF'

red 151 ◦ green 74 ◦ blue 223

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

Shades of Dark Orchid #974ADF

Tints of Dark Orchid #974ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 33.71%
G = 16.52%
B = 49.78%

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

#974ADF (or 0x974ADF) is known color: Dark Orchid. HEX triplet: 97, 4A and DF. RGB value is (151,74,223). Sum of RGB (Red+Green+Blue) = 151+74+223=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #974ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ADF is #68B520. Grayscale: #717171. Windows color (decimal): -6862113 or 14633623. OLE color: 14633623.

HSL color Cylindrical-coordinate representation of color #974ADF: hue angle of 271.01º degrees, saturation: 0.7, 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 #974ADF is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 74 223 -
CMYK 0.32 0.67 0 0.13
HSL 271.01º 0.7% 0.58% -
HSV(B) 271.01º 0.67% 0.87% -
XYZ 28.53 16.8 71.55 -
YUV 114.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 151 74 223 0.32 0.67 0 0.13 271.01 0.7 0.58
Hex 97 4A DF 20 43 0 D 10F 46 3A
Octal 227 112 337 40 103 0 15 417 106 72
Binary 10010111 1001010 11011111 100000 1000011 0 1101 100001111 1000110 111010

Color Harmonies of #974ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ADF

Black with #974ADF

Text Example


Text Example

White with #974ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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