Html Css Color HEX #971CB1 Dark Orchid

📋 copy color: '#971CB1'

red 151 ◦ green 28 ◦ blue 177

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

Shades of Dark Orchid #971CB1

Tints of Dark Orchid #971CB1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

 BLUE value IS 177 (69.53% from 255) = 49.72%

R = 42.42%
G = 7.87%
B = 49.72%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#971CB1 (or 0x971CB1) is known color: Dark Orchid. HEX triplet: 97, 1C and B1. RGB value is (151,28,177). Sum of RGB (Red+Green+Blue) = 151+28+177=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #971CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971CB1 is #68E34E. Grayscale: #515151. Windows color (decimal): -6873935 or 11607191. OLE color: 11607191.

HSL color Cylindrical-coordinate representation of color #971CB1: hue angle of 289.53º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971CB1 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 28 177 -
CMYK 0.15 0.84 0 0.31
HSL 289.53º 0.73% 0.4% -
HSV(B) 289.53º 0.84% 0.69% -
XYZ 21.11 10.58 42.53 -
YUV 81.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 151 28 177 0.15 0.84 0 0.31 289.53 0.73 0.4
Hex 97 1C B1 F 54 0 1F 122 49 28
Octal 227 34 261 17 124 0 37 442 111 50
Binary 10010111 11100 10110001 1111 1010100 0 11111 100100010 1001001 101000

Color Harmonies of #971CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CB1

Black with #971CB1

Text Example


Text Example

White with #971CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,28,177); }

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

background-color css

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

 a { background-color: rgb(151,28,177); }

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

border-color css

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

 span { border-color: rgb(151,28,177); }

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