Html Css Color HEX #971ED7 Dark Orchid

📋 copy color: '#971ED7'

red 151 ◦ green 30 ◦ blue 215

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

Shades of Dark Orchid #971ED7

Tints of Dark Orchid #971ED7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.58%

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

R = 38.13%
G = 7.58%
B = 54.29%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#971ED7 (or 0x971ED7) is known color: Dark Orchid. HEX triplet: 97, 1E and D7. RGB value is (151,30,215). Sum of RGB (Red+Green+Blue) = 151+30+215=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #971ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ED7 is #68E128. Grayscale: #565656. Windows color (decimal): -6873385 or 14098071. OLE color: 14098071.

HSL color Cylindrical-coordinate representation of color #971ED7: hue angle of 279.24º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971ED7 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 30 215 -
CMYK 0.30 0.86 0 0.16
HSL 279.24º 0.76% 0.48% -
HSV(B) 279.24º 0.86% 0.84% -
XYZ 25.49 12.41 65.34 -
YUV 87.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 151 30 215 0.30 0.86 0 0.16 279.24 0.76 0.48
Hex 97 1E D7 1E 56 0 10 117 4C 30
Octal 227 36 327 36 126 0 20 427 114 60
Binary 10010111 11110 11010111 11110 1010110 0 10000 100010111 1001100 110000

Color Harmonies of #971ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ED7

Black with #971ED7

Text Example


Text Example

White with #971ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971ED7; }

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

 H1.HeaderClassName
 {
   color: #971ED7;
 }
 .AnyTagClassName
 {
   color: #971ED7;
 }
</style>

background-color css

<style>
 a { background-color: #971ED7; }

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

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

border-color css

<style>
 span { border-color: #971ED7; }

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

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