Html Css Color HEX #971FBC Dark Orchid

📋 copy color: '#971FBC'

red 151 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #971FBC

Tints of Dark Orchid #971FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 40.81%
G = 8.38%
B = 50.81%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#971FBC (or 0x971FBC) is known color: Dark Orchid. HEX triplet: 97, 1F and BC. RGB value is (151,31,188). Sum of RGB (Red+Green+Blue) = 151+31+188=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #971FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FBC is #68E043. Grayscale: #545454. Windows color (decimal): -6873156 or 12328855. OLE color: 12328855.

HSL color Cylindrical-coordinate representation of color #971FBC: hue angle of 285.86º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971FBC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 31 188 -
CMYK 0.20 0.84 0 0.26
HSL 285.86º 0.72% 0.43% -
HSV(B) 285.86º 0.84% 0.74% -
XYZ 22.33 11.19 48.56 -
YUV 84.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 151 31 188 0.20 0.84 0 0.26 285.86 0.72 0.43
Hex 97 1F BC 14 54 0 1A 11E 48 2B
Octal 227 37 274 24 124 0 32 436 110 53
Binary 10010111 11111 10111100 10100 1010100 0 11010 100011110 1001000 101011

Color Harmonies of #971FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FBC

Black with #971FBC

Text Example


Text Example

White with #971FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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