Html Css Color HEX #971EC0 Dark Orchid

📋 copy color: '#971EC0'

red 151 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #971EC0

Tints of Dark Orchid #971EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.47%

R = 40.48%
G = 8.04%
B = 51.47%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#971EC0 (or 0x971EC0) is known color: Dark Orchid. HEX triplet: 97, 1E and C0. RGB value is (151,30,192). Sum of RGB (Red+Green+Blue) = 151+30+192=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #971EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EC0 is #68E13F. Grayscale: #545454. Windows color (decimal): -6873408 or 12590743. OLE color: 12590743.

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

Color convert

RGB 151 30 192 -
CMYK 0.21 0.84 0 0.25
HSL 284.81º 0.73% 0.44% -
HSV(B) 284.81º 0.84% 0.75% -
XYZ 22.74 11.31 50.85 -
YUV 84.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 151 30 192 0.21 0.84 0 0.25 284.81 0.73 0.44
Hex 97 1E C0 15 54 0 19 11D 49 2C
Octal 227 36 300 25 124 0 31 435 111 54
Binary 10010111 11110 11000000 10101 1010100 0 11001 100011101 1001001 101100

Color Harmonies of #971EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EC0

Black with #971EC0

Text Example


Text Example

White with #971EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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