Html Css Color HEX #971FBF Dark Orchid

📋 copy color: '#971FBF'

red 151 ◦ green 31 ◦ blue 191

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

Shades of Dark Orchid #971FBF

Tints of Dark Orchid #971FBF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.31%

 BLUE value IS 191 (75% from 255) = 51.21%

R = 40.48%
G = 8.31%
B = 51.21%

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

#971FBF (or 0x971FBF) is known color: Dark Orchid. HEX triplet: 97, 1F and BF. RGB value is (151,31,191). Sum of RGB (Red+Green+Blue) = 151+31+191=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #971FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FBF is #68E040. Grayscale: #545454. Windows color (decimal): -6873153 or 12525463. OLE color: 12525463.

HSL color Cylindrical-coordinate representation of color #971FBF: hue angle of 285º degrees, saturation: 0.72, 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 #971FBF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 31 191 -
CMYK 0.21 0.84 0 0.25
HSL 285º 0.72% 0.44% -
HSV(B) 285º 0.84% 0.75% -
XYZ 22.66 11.32 50.28 -
YUV 85.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 151 31 191 0.21 0.84 0 0.25 285 0.72 0.44
Hex 97 1F BF 15 54 0 19 11D 48 2C
Octal 227 37 277 25 124 0 31 435 110 54
Binary 10010111 11111 10111111 10101 1010100 0 11001 100011101 1001000 101100

Color Harmonies of #971FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FBF

Black with #971FBF

Text Example


Text Example

White with #971FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,31,191); }

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

background-color css

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

 a { background-color: rgb(151,31,191); }

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

border-color css

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

 span { border-color: rgb(151,31,191); }

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