Html Css Color HEX #971EC1 Dark Orchid

📋 copy color: '#971EC1'

red 151 ◦ green 30 ◦ blue 193

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

Shades of Dark Orchid #971EC1

Tints of Dark Orchid #971EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.6%

R = 40.37%
G = 8.02%
B = 51.6%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#971EC1 (or 0x971EC1) is known color: Dark Orchid. HEX triplet: 97, 1E and C1. RGB value is (151,30,193). Sum of RGB (Red+Green+Blue) = 151+30+193=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #971EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EC1 is #68E13E. Grayscale: #545454. Windows color (decimal): -6873407 or 12656279. OLE color: 12656279.

HSL color Cylindrical-coordinate representation of color #971EC1: hue angle of 284.54º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971EC1 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 30 193 -
CMYK 0.22 0.84 0 0.24
HSL 284.54º 0.73% 0.44% -
HSV(B) 284.54º 0.84% 0.76% -
XYZ 22.85 11.36 51.44 -
YUV 84.76 189.09 175.25 -
System Red Green Blue C M Y K H S L
Decimal 151 30 193 0.22 0.84 0 0.24 284.54 0.73 0.44
Hex 97 1E C1 16 54 0 18 11D 49 2C
Octal 227 36 301 26 124 0 30 435 111 54
Binary 10010111 11110 11000001 10110 1010100 0 11000 100011101 1001001 101100

Color Harmonies of #971EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EC1

Black with #971EC1

Text Example


Text Example

White with #971EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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