Html Css Color HEX #971DCF Dark Orchid

📋 copy color: '#971DCF'

red 151 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #971DCF

Tints of Dark Orchid #971DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.49%

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

R = 39.02%
G = 7.49%
B = 53.49%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#971DCF (or 0x971DCF) is known color: Dark Orchid. HEX triplet: 97, 1D and CF. RGB value is (151,29,207). Sum of RGB (Red+Green+Blue) = 151+29+207=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #971DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DCF is #68E230. Grayscale: #555555. Windows color (decimal): -6873649 or 13573527. OLE color: 13573527.

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

Color convert

RGB 151 29 207 -
CMYK 0.27 0.86 0 0.19
HSL 281.12º 0.75% 0.46% -
HSV(B) 281.12º 0.86% 0.81% -
XYZ 24.46 11.96 60.05 -
YUV 85.77 196.42 174.53 -
System Red Green Blue C M Y K H S L
Decimal 151 29 207 0.27 0.86 0 0.19 281.12 0.75 0.46
Hex 97 1D CF 1B 56 0 13 119 4B 2E
Octal 227 35 317 33 126 0 23 431 113 56
Binary 10010111 11101 11001111 11011 1010110 0 10011 100011001 1001011 101110

Color Harmonies of #971DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DCF

Black with #971DCF

Text Example


Text Example

White with #971DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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