Html Css Color HEX #971EB4 Dark Orchid

📋 copy color: '#971EB4'

red 151 ◦ green 30 ◦ blue 180

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

Shades of Dark Orchid #971EB4

Tints of Dark Orchid #971EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.86%

R = 41.83%
G = 8.31%
B = 49.86%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#971EB4 (or 0x971EB4) is known color: Dark Orchid. HEX triplet: 97, 1E and B4. RGB value is (151,30,180). Sum of RGB (Red+Green+Blue) = 151+30+180=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #971EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EB4 is #68E14B. Grayscale: #525252. Windows color (decimal): -6873420 or 11804311. OLE color: 11804311.

HSL color Cylindrical-coordinate representation of color #971EB4: hue angle of 288.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971EB4 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 30 180 -
CMYK 0.16 0.83 0 0.29
HSL 288.4º 0.71% 0.41% -
HSV(B) 288.4º 0.83% 0.71% -
XYZ 21.46 10.8 44.13 -
YUV 83.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 151 30 180 0.16 0.83 0 0.29 288.4 0.71 0.41
Hex 97 1E B4 10 53 0 1D 120 47 29
Octal 227 36 264 20 123 0 35 440 107 51
Binary 10010111 11110 10110100 10000 1010011 0 11101 100100000 1000111 101001

Color Harmonies of #971EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EB4

Black with #971EB4

Text Example


Text Example

White with #971EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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