Html Css Color HEX #974AD7 Dark Orchid

📋 copy color: '#974AD7'

red 151 ◦ green 74 ◦ blue 215

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

Shades of Dark Orchid #974AD7

Tints of Dark Orchid #974AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 34.32%
G = 16.82%
B = 48.86%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#974AD7 (or 0x974AD7) is known color: Dark Orchid. HEX triplet: 97, 4A and D7. RGB value is (151,74,215). Sum of RGB (Red+Green+Blue) = 151+74+215=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #974AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974AD7 is #68B528. Grayscale: #707070. Windows color (decimal): -6862121 or 14109335. OLE color: 14109335.

HSL color Cylindrical-coordinate representation of color #974AD7: hue angle of 272.77º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974AD7 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 74 215 -
CMYK 0.30 0.66 0 0.16
HSL 272.77º 0.64% 0.57% -
HSV(B) 272.77º 0.66% 0.84% -
XYZ 27.48 16.38 66 -
YUV 113.1 185.51 155.04 -
System Red Green Blue C M Y K H S L
Decimal 151 74 215 0.30 0.66 0 0.16 272.77 0.64 0.57
Hex 97 4A D7 1E 42 0 10 111 40 39
Octal 227 112 327 36 102 0 20 421 100 71
Binary 10010111 1001010 11010111 11110 1000010 0 10000 100010001 1000000 111001

Color Harmonies of #974AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974AD7

Black with #974AD7

Text Example


Text Example

White with #974AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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