Html Css Color HEX #971ACF Dark Orchid

📋 copy color: '#971ACF'

red 151 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #971ACF

Tints of Dark Orchid #971ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 39.32%
G = 6.77%
B = 53.91%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#971ACF (or 0x971ACF) is known color: Dark Orchid. HEX triplet: 97, 1A and CF. RGB value is (151,26,207). Sum of RGB (Red+Green+Blue) = 151+26+207=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #971ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ACF is #68E530. Grayscale: #535353. Windows color (decimal): -6874417 or 13572759. OLE color: 13572759.

HSL color Cylindrical-coordinate representation of color #971ACF: hue angle of 281.44º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971ACF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 26 207 -
CMYK 0.27 0.87 0 0.19
HSL 281.44º 0.78% 0.46% -
HSV(B) 281.44º 0.87% 0.81% -
XYZ 24.39 11.82 60.03 -
YUV 84.01 197.41 175.78 -
System Red Green Blue C M Y K H S L
Decimal 151 26 207 0.27 0.87 0 0.19 281.44 0.78 0.46
Hex 97 1A CF 1B 57 0 13 119 4E 2E
Octal 227 32 317 33 127 0 23 431 116 56
Binary 10010111 11010 11001111 11011 1010111 0 10011 100011001 1001110 101110

Color Harmonies of #971ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ACF

Black with #971ACF

Text Example


Text Example

White with #971ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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