Html Css Color HEX #971AC0 Dark Orchid

📋 copy color: '#971AC0'

red 151 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #971AC0

Tints of Dark Orchid #971AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 40.92%
G = 7.05%
B = 52.03%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#971AC0 (or 0x971AC0) is known color: Dark Orchid. HEX triplet: 97, 1A and C0. RGB value is (151,26,192). Sum of RGB (Red+Green+Blue) = 151+26+192=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #971AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971AC0 is #68E53F. Grayscale: #515151. Windows color (decimal): -6874432 or 12589719. OLE color: 12589719.

HSL color Cylindrical-coordinate representation of color #971AC0: hue angle of 285.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971AC0 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 26 192 -
CMYK 0.21 0.86 0 0.25
HSL 285.18º 0.76% 0.43% -
HSV(B) 285.18º 0.86% 0.75% -
XYZ 22.65 11.12 50.82 -
YUV 82.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 151 26 192 0.21 0.86 0 0.25 285.18 0.76 0.43
Hex 97 1A C0 15 56 0 19 11D 4C 2B
Octal 227 32 300 25 126 0 31 435 114 53
Binary 10010111 11010 11000000 10101 1010110 0 11001 100011101 1001100 101011

Color Harmonies of #971AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971AC0

Black with #971AC0

Text Example


Text Example

White with #971AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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