Html Css Color HEX #971BC7 Dark Orchid

📋 copy color: '#971BC7'

red 151 ◦ green 27 ◦ blue 199

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

Shades of Dark Orchid #971BC7

Tints of Dark Orchid #971BC7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

 BLUE value IS 199 (78.13% from 255) = 52.79%

R = 40.05%
G = 7.16%
B = 52.79%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#971BC7 (or 0x971BC7) is known color: Dark Orchid. HEX triplet: 97, 1B and C7. RGB value is (151,27,199). Sum of RGB (Red+Green+Blue) = 151+27+199=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #971BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BC7 is #68E438. Grayscale: #535353. Windows color (decimal): -6874169 or 13048727. OLE color: 13048727.

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

Color convert

RGB 151 27 199 -
CMYK 0.24 0.86 0 0.22
HSL 283.26º 0.76% 0.44% -
HSV(B) 283.26º 0.86% 0.78% -
XYZ 23.46 11.49 55.01 -
YUV 83.68 193.08 176.01 -
System Red Green Blue C M Y K H S L
Decimal 151 27 199 0.24 0.86 0 0.22 283.26 0.76 0.44
Hex 97 1B C7 18 56 0 16 11B 4C 2C
Octal 227 33 307 30 126 0 26 433 114 54
Binary 10010111 11011 11000111 11000 1010110 0 10110 100011011 1001100 101100

Color Harmonies of #971BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BC7

Black with #971BC7

Text Example


Text Example

White with #971BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,27,199); }

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

background-color css

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

 a { background-color: rgb(151,27,199); }

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

border-color css

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

 span { border-color: rgb(151,27,199); }

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