Html Css Color HEX #971AC6 Dark Orchid

📋 copy color: '#971AC6'

red 151 ◦ green 26 ◦ blue 198

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

Shades of Dark Orchid #971AC6

Tints of Dark Orchid #971AC6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 198 (77.73% from 255) = 52.8%

R = 40.27%
G = 6.93%
B = 52.8%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#971AC6 (or 0x971AC6) is known color: Dark Orchid. HEX triplet: 97, 1A and C6. RGB value is (151,26,198). Sum of RGB (Red+Green+Blue) = 151+26+198=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #971AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971AC6 is #68E539. Grayscale: #525252. Windows color (decimal): -6874426 or 12982935. OLE color: 12982935.

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

Color convert

RGB 151 26 198 -
CMYK 0.24 0.87 0 0.22
HSL 283.6º 0.77% 0.44% -
HSV(B) 283.6º 0.87% 0.78% -
XYZ 23.32 11.4 54.4 -
YUV 82.98 192.91 176.51 -
System Red Green Blue C M Y K H S L
Decimal 151 26 198 0.24 0.87 0 0.22 283.6 0.77 0.44
Hex 97 1A C6 18 57 0 16 11C 4D 2C
Octal 227 32 306 30 127 0 26 434 115 54
Binary 10010111 11010 11000110 11000 1010111 0 10110 100011100 1001101 101100

Color Harmonies of #971AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971AC6

Black with #971AC6

Text Example


Text Example

White with #971AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,26,198); }

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

background-color css

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

 a { background-color: rgb(151,26,198); }

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

border-color css

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

 span { border-color: rgb(151,26,198); }

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